constants.ts3 lines · main
1const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH ?? ''
2
3export { BASE_PATH }