Files
explainegy-nextjs/app/global.ts
2023-01-07 08:52:59 +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/";