chore: change server port

This commit is contained in:
zchengo
2022-12-01 16:12:38 +08:00
parent 890fef8d3b
commit da1b4b7b39
+1 -1
View File
@@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
server: {
host: '127.0.0.1',
port: 8008
port: 8060
},
plugins: [vue()],
css: {