fix:修复图标导入错误

This commit is contained in:
“dongming”
2025-12-29 01:23:20 +08:00
parent 64cc04e4d9
commit 92986f50ee
2 changed files with 8 additions and 7 deletions

View File

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