feat: change port to 4173
See: https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md#default-preview-port
This commit is contained in:
parent
95390390a7
commit
98cb14a86c
5 changed files with 5 additions and 5 deletions
|
|
@ -130,7 +130,7 @@ export default defineConfig({
|
|||
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'],
|
||||
},
|
||||
server: {
|
||||
port: 5000,
|
||||
port: 4173,
|
||||
strictPort: true,
|
||||
},
|
||||
build: {
|
||||
|
|
|
|||
Reference in a new issue