manual save(2026-01-15 15:54)

This commit is contained in:
SiteAgent Bot
2026-01-15 15:54:20 +08:00
parent a7a56ddd9c
commit 248312cd57
14 changed files with 1613 additions and 124 deletions

View File

@@ -7,8 +7,8 @@ export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
host: '0.0.0.0',
port: 3000,
strictPort: true,
port: 5173,
strictPort: false,
allowedHosts: true
},
});