This commit is contained in:
cha0s 2024-11-15 20:40:09 -06:00
parent 5f279bf549
commit 8589589d2b

View File

@ -59,6 +59,9 @@ export default defineConfig(hooks.call('sylvite:viteConfig', {
},
server: {
host: true,
hmr: {
port: 3101,
},
...(!isInsecure && {
https: {
key: readFileSync(httpsKey),