feat: update vscode

This commit is contained in:
smallstone 2023-12-13 12:49:27 +08:00
parent 18ecef9e69
commit 5167632c88

View File

@ -53,7 +53,7 @@
"lint": "eslint src --ext ts",
"test": "mocha",
"build": "webpack --config webpack.config.js",
"vscode": "webpack --config webpack.config.js",
"vscode": "webpack --config webpack.config.js && mv dist/ ../dist",
"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'"
},