feat: 添加container列表

This commit is contained in:
2024-09-17 23:56:47 +08:00
parent 596c50cd0b
commit a36a390d25
16 changed files with 969 additions and 15 deletions

View File

@@ -22,10 +22,10 @@ export default defineConfig({
DEV_SERVER: JSON.stringify(process.env.NODE_ENV === 'development')
},
server: {
port: 6004,
port: 6010,
proxy: {
'/api': {
target: 'http://localhost:3000',
target: 'http://localhost:4000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api')
}