mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-23 01:32:19 +00:00
Update vite.config.js
This commit is contained in:
parent
3bf9ea182f
commit
84736a3aff
@ -8,7 +8,11 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
port: 80
|
port: 80,
|
||||||
|
strictPort: true,
|
||||||
|
hmr: {
|
||||||
|
port: 443,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user