mirror of
https://github.com/supabase/supabase.git
synced 2026-09-09 03:19:36 +08:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH ?? ''
|
|
|
|
export { BASE_PATH }
|