更新nginx配置文件

This commit is contained in:
hanhh
2021-10-13 23:31:38 +08:00
parent 003cdd1e06
commit 7335e2c299
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ export default defineConfig({
'/api': {
target: 'http://127.0.0.1:5600/',
changeOrigin: true,
ws: true,
},
},
chainWebpack: (config) => {