Format code.

This commit is contained in:
2025-06-04 20:07:56 +08:00
parent e9ce01bc5e
commit b9dc7b4af2
5 changed files with 144 additions and 150 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: 'http://localhost:3000',
target: "http://localhost:3000",
changeOrigin: true,
},
},