Add more context to vite-conmfig
Some checks failed
On Push Deploy / deploy (push) Has been cancelled

This commit is contained in:
Johnny322
2026-02-08 13:02:56 +01:00
parent 62b875d4d8
commit 06514e7bd4

View File

@@ -5,6 +5,11 @@ export default defineConfig({
plugins: [vue()],
assetsInclude: ['**/*.mp3'],
server: {
port: 5173
host: '0.0.0.0', // crucial! allows container/network access
port: 5173,
hmr: {
host: 'jeopardy.toppit.net', // your public hostname
protocol: 'ws',
}
}
})