Sign in
zhusen
/
kelude-outside-web
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7866e886f8c01269943dfc65d58dcf6edcc3ed51
Authored by
sanmu
2023-06-10 22:14:53 +0800
1 parent
a7dcdd6b
init
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
vite.config.ts
vite.config.ts
View file @
7866e88
...
...
@@ -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'
...
...