mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Revert host change
This commit is contained in:
parent
4d6a6eac04
commit
a3084f0d32
@ -3,6 +3,6 @@ import fs from 'vite-plugin-fs';
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [/*fs()*/],
|
plugins: [/*fs()*/],
|
||||||
server: { host: 'localhost', port: 8000 },
|
server: { host: '0.0.0.0', port: 8000 },
|
||||||
clearScreen: false,
|
clearScreen: false,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user