mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-29 20:27:18 +00:00
Vite config changes
This commit is contained in:
parent
7b216ce4c1
commit
caebbe182a
@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
|
||||
import fs from 'vite-plugin-fs';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [fs()],
|
||||
server: { host: '0.0.0.0', port: 8000 },
|
||||
plugins: [/*fs()*/],
|
||||
server: { host: 'localhost', port: 8000 },
|
||||
clearScreen: false,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user