feat(sep): implement save sep

This commit is contained in:
riefive
2025-10-20 15:34:05 +07:00
parent 74aadc4f75
commit e009ff4c89
4 changed files with 86 additions and 6 deletions
-4
View File
@@ -9,11 +9,7 @@ export default defineNuxtConfig({
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
public: {
API_ORIGIN: process.env.NUXT_API_ORIGIN || 'http://localhost:3000',
<<<<<<< HEAD
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
=======
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
>>>>>>> 22d163931e46c93ba5a466182d4a37b9f0aff85a
}
},
ssr: false,