mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-07-26 08:40:38 +00:00
Update vite.config.js
This commit is contained in:
@ -8,7 +8,11 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
port: 80
|
||||
port: 80,
|
||||
strictPort: true,
|
||||
hmr: {
|
||||
port: 5173,
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user