Match-id-dcc1b24a6846db51cae525b705c895f6aa6ea776

This commit is contained in:
* 2023-08-28 20:12:18 +08:00
commit 9b3f2c6cda
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"build": "vite build"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",

View File

@ -61,5 +61,6 @@ module.exports = {
static: path.join(__dirname, 'dist'),
compress: true,
port: 9000,
open: true
},
};