feat:搭建基本框架

This commit is contained in:
2025-06-23 19:39:45 +08:00
parent de5537ee1b
commit e09aed87d1
38 changed files with 2106 additions and 83 deletions

View File

@@ -11,5 +11,8 @@ export default defineConfig({
alias: {
'@': path.resolve(__dirname, './src')
}
},
server: {
port: 5175
}
})