feat: 添加container列表
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user