Update vite.config.ts

This commit is contained in:
2025-12-21 02:56:59 +00:00
parent 14d4129912
commit c2136ef3cc

View File

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