Update package.json

This commit is contained in:
unitwk 2022-12-19 20:04:52 +08:00 committed by GitHub
parent 8bf4b0702a
commit a322a3bfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"daemonVersion": "3.1.0",
"description": "Distributed, Docker-supported, Multilingual, and Lightweight control panel for Minecraft server and all console programsFeat: update package.json",
"scripts": {
"dev": "nodemon --watch ./src/**/*.ts --exec ts-node ./src/app.ts",
"dev": "ts-node ./src/app.ts",
"start": "ts-node ./src/app.ts",
"build": "tsc && webpack --config webpack.config.js"
},