diff options
author | crupest <crupest@outlook.com> | 2021-06-30 22:46:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-30 22:46:42 +0800 |
commit | fdc2d4a971d608bb230cd8aa1e602197c7775231 (patch) | |
tree | d14c60fd52750308edd8b06d8f207a526c360f1a /FrontEnd/vite.config.js | |
parent | a1c593ee087c47937f98dee4459c8d50fdd7b9d7 (diff) | |
download | timeline-fdc2d4a971d608bb230cd8aa1e602197c7775231.tar.gz timeline-fdc2d4a971d608bb230cd8aa1e602197c7775231.tar.bz2 timeline-fdc2d4a971d608bb230cd8aa1e602197c7775231.zip |
...
Diffstat (limited to 'FrontEnd/vite.config.js')
-rw-r--r-- | FrontEnd/vite.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/vite.config.js b/FrontEnd/vite.config.js index 88529a33..64e0457f 100644 --- a/FrontEnd/vite.config.js +++ b/FrontEnd/vite.config.js @@ -22,7 +22,7 @@ export default defineConfig({ alias: [{ find: "@", replacement: "/src" }],
},
server: {
- port: 13000,
+ port: 10030,
proxy: {
"/api": {
target: "http://localhost:5000",
|