Update vite.config.ts

This commit is contained in:
2025-12-21 08:04:16 +00:00
parent c2136ef3cc
commit da3129b205

View File

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