mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-22 05:18:06 -04:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
import { defineConfig } from 'vite'
|
|
|
|
export default defineConfig({
|
|
plugins: [],
|
|
server: { host: '0.0.0.0', port: 8000 },
|
|
clearScreen: false,
|
|
})
|