fix: resolve conflict

This commit is contained in:
riefive
2025-10-20 13:56:37 +07:00
parent c5814985d1
commit ad56cf60ac
7 changed files with 73 additions and 8 deletions

No files matched your search

+2
View File
@@ -6,8 +6,10 @@ export default defineNuxtConfig({
devtools: { enabled: true },
runtimeConfig: {
API_ORIGIN: process.env.NUXT_API_ORIGIN || 'http://localhost:3000',
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
public: {
API_ORIGIN: process.env.NUXT_API_ORIGIN || 'http://localhost:3000',
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
}
},
ssr: false,