Files
supabase/packages/ui-patterns/CommandMenu/prepackaged/shared/constants.ts
Charis 14fc9c0118 feat(www): new command menu (#28346)
Replace www command menu with the new one.
2024-08-02 15:52:24 -04:00

4 lines
80 B
TypeScript

const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH ?? ''
export { BASE_PATH }