Update vite.config.ts

This commit is contained in:
2026-01-19 02:14:40 +00:00
parent 8993779ecb
commit 31f18448ce

View File

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