We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9778d5c commit 24d522bCopy full SHA for 24d522b
1 file changed
apps/api/nuxt.config.ts
@@ -5,7 +5,7 @@ export default defineNuxtConfig({
5
supabaseUrl: process.env.SUPABASE_URL ?? '',
6
supabaseServiceKey: process.env.SUPABASE_SERVICE_ROLE_KEY ?? '',
7
public: {
8
- webUrl: process.env.APP_NODE_ENV === 'local' ? process.env.WEB_URL : 'http://localhost:5173',
+ webUrl: process.env.WEB_URL ?? 'http://localhost:5173',
9
}
10
11
,
0 commit comments