feat: update vscode

This commit is contained in:
smallstone 2023-12-13 11:27:38 +08:00
parent e094043070
commit 18ecef9e69

View File

@ -53,6 +53,7 @@
"lint": "eslint src --ext ts",
"test": "mocha",
"build": "webpack --config webpack.config.js",
"vscode": "webpack --config webpack.config.js",
"dev": "webpack serve --config webpack.config.js --open",
"idea": "webpack --config webpack.idea.config.js && mv dist/main.js dist/main.html ../src/main/resources/static && echo '🎆done'"
},