Allow titan.digifox.live in vite.config.ts

This commit is contained in:
2026-06-17 11:54:45 +05:30
parent 972b38057a
commit 9d7fb0de73
+2 -1
View File
@@ -23,8 +23,9 @@ export default defineConfig(({mode}) => {
},
server: {
// HMR is disabled in AI Studio via DISABLE_HMR env var.
// Do not modify—file watching is disabled to prevent flickering during agent edits.
// Do not modify—file watching is disabled to prevent flickering during agent edits.
hmr: process.env.DISABLE_HMR !== 'true',
allowedHosts: ['titan.digifox.live'],
},
};
});