Deploy to production

This commit is contained in:
AI Bot
2026-07-30 12:49:29 +05:30
parent 0d9c9eaadd
commit 07a1e8f37f
30 changed files with 6363 additions and 4887 deletions
+2
View File
@@ -22,6 +22,8 @@ export default defineConfig(({mode}) => {
include: ['react', 'react-dom', 'three', '@react-three/fiber', '@react-three/drei'],
},
server: {
host: true,
port: 3000,
// HMR is disabled in AI Studio via DISABLE_HMR env var.
// Do not modify—file watching is disabled to prevent flickering during agent edits.
hmr: process.env.DISABLE_HMR !== 'true',