Build & serve

This commit is contained in:
cracklesparkle
2024-07-19 16:13:29 +09:00
parent 53e9a8cadf
commit e3af090119
24 changed files with 1072 additions and 96 deletions

View File

@ -5,10 +5,6 @@ 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(),