Update vite.config.ts

This commit is contained in:
2025-12-21 08:34:14 +00:00
parent a9a9e69163
commit 95f1eed770

View File

@@ -5,7 +5,6 @@ import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
base: '/jbdtool/',
server: {
allowedHosts: ['app.tindevil.com','*.tindevil.com'],
port: 4173,