热更新

This commit is contained in:
2024-04-29 19:03:38 +08:00
parent 6a84eb6760
commit b5e5a9b45a
2 changed files with 4 additions and 2033 deletions

2032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,10 @@
"string-random": "^0.1.3"
},
"scripts": {
"dev": "node index.js",
"dev": "nodemon --watch index.js index.js",
"start": "node index.js"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}