add sqllite

This commit is contained in:
2026-02-06 15:35:54 +09:00
parent e7b7414d73
commit 921455749e
9 changed files with 2745 additions and 26 deletions

View File

@@ -6,8 +6,14 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
server: {
port: 3000,
port: 5173,
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://localhost:3000',
changeOrigin: true
}
}
},
plugins: [react()],
define: {