Project Update

This commit is contained in:
2026-03-05 04:52:15 +00:00
parent a99a477985
commit 2bbbbc746f
15 changed files with 551 additions and 93 deletions

View File

@@ -23,16 +23,18 @@ export default defineNuxtConfig({
],
runtimeConfig: {
geminiApiKey: '',
public: {
apiBase: ''
}
},
vite: {
server: {
hmr: {
hmr: process.env.NODE_ENV !== 'production' ? {
protocol: 'ws',
host: 'localhost',
port: 3000
}
} : undefined
}
}
})