Описание изменений

This commit is contained in:
2025-03-19 17:18:03 +03:00
parent 04d027054d
commit 55e4d81c95
75 changed files with 2103 additions and 4861 deletions

View File

@@ -38,11 +38,15 @@ export default defineConfig({
},
server: {
port: 5173,
host: 'localhost',
proxy: {
'/api': {
target: 'http://localhost:8000',
changeOrigin: true
changeOrigin: true,
secure: false,
credentials: true,
rewrite: (path) => path
}
},
}
},
});