save code

This commit is contained in:
xsl
2025-11-28 16:06:27 +08:00
parent f156bc8bc8
commit 0f9a273ec0
4 changed files with 166 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
base: './',
server: {
port: 3000,
host: '0.0.0.0',