Match-id-b554f4051ae0caac5c13cac1c3bdeea4d9f8845a

This commit is contained in:
* 2023-08-28 20:11:31 +08:00
parent 7c590bf0ba
commit 056cdddb81
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
},
};