This commit is contained in:
NotII
2025-04-02 00:27:27 +01:00
parent 89cba59556
commit e5eba12cbe
6 changed files with 282 additions and 3 deletions

5
config/index.ts Normal file
View File

@@ -0,0 +1,5 @@
/**
* Configuration values for the Ember Market frontend
*/
export const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || '';