Update vite.config.ts

This commit is contained in:
2025-12-21 08:12:18 +00:00
parent da3129b205
commit b782c3d735

View File

@@ -7,7 +7,7 @@ export default defineConfig(({ mode }) => {
return {
base: '/jbdtool/',
server: {
allowedHosts: ['app.tindevil.com'],
allowedHosts: ['app.tindevil.com','*.tindevil.com'],
port: 4173,
host: '0.0.0.0',
},