Files
explainegy-nextjs/global.ts
2023-01-30 11:42:43 +01:00

3 lines
136 B
TypeScript

//! Using this because publicRuntimeConfig is not implemented in appDir yet
export const apiUrl: string = "http://localhost:3000/api/";