We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36c475 commit e0d1a03Copy full SHA for e0d1a03
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.1",
4
"scripts": {
5
"prepare": "husky install",
6
- "dev": "tsx watch src",
+ "dev": "nodemon",
7
"build": "rm -rf build && node esbuild.js",
8
"format": "prettier --write src",
9
"lint": "prettier --check src && eslint --ignore-path .gitignore .",
0 commit comments