define Docker

This commit is contained in:
cracklesparkle
2024-07-18 17:36:52 +09:00
parent cf3fda43e4
commit ca2d97f975
7 changed files with 89 additions and 3 deletions

View File

@ -5,6 +5,10 @@ import { nodePolyfills } from 'vite-plugin-node-polyfills'
// https://vitejs.dev/config/
export default defineConfig({
server: {
host: "0.0.0.0",
port: 5173
},
plugins: [
nodePolyfills(),
react(),