Files
explainegy-nextjs/global.ts
2023-01-29 17:39:47 +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/";