Add more context to vite-conmfig
Some checks failed
On Push Deploy / deploy (push) Has been cancelled
Some checks failed
On Push Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -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',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user