chore: update vite

This commit is contained in:
boojack
2022-07-14 19:33:20 +08:00
parent 2e126c71f0
commit 3517c6181d
3 changed files with 151 additions and 152 deletions

View File

@@ -7,6 +7,7 @@ export default defineConfig({
plugins: [react()],
server: {
cors: true,
port: 3000,
proxy: {
"/api": {
target: "http://localhost:8080/",