feat: add start script to package.json for easier development
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "npx tsx watch src/main.ts",
|
||||||
"dev": "npx tsx watch src/main.ts"
|
"dev": "npx tsx watch src/main.ts"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user