Skip to content

Commit 24d522b

Browse files
committed
Fix nuxt
1 parent 9778d5c commit 24d522b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineNuxtConfig({
55
supabaseUrl: process.env.SUPABASE_URL ?? '',
66
supabaseServiceKey: process.env.SUPABASE_SERVICE_ROLE_KEY ?? '',
77
public: {
8-
webUrl: process.env.APP_NODE_ENV === 'local' ? process.env.WEB_URL : 'http://localhost:5173',
8+
webUrl: process.env.WEB_URL ?? 'http://localhost:5173',
99
}
1010
}
1111
,

0 commit comments

Comments
 (0)