feat: 前端基础框架

This commit is contained in:
RockChinQ
2024-10-13 22:34:35 +08:00
parent 9703fc0366
commit 0dd74c825b
15 changed files with 193 additions and 16 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ export default defineConfig({
],
},
server: {
port: 3000,
port: 3002,
},
})