Commit 7866e886f8c01269943dfc65d58dcf6edcc3ed51

Authored by sanmu
1 parent a7dcdd6b

init

Showing 1 changed file with 1 additions and 0 deletions
vite.config.ts
... ... @@ -15,6 +15,7 @@ export default defineConfig({
15 15 }
16 16 },
17 17 server: {
  18 + port: 80,
18 19 proxy: {
19 20 '/shop': {
20 21 target: 'http://39.108.227.113:8002'
... ...