feat: add start script to package.json for easier development

This commit is contained in:
2025-09-21 00:39:46 -05:00
parent dead584bec
commit 21210816c9

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "src/main.ts",
"scripts": {
"start": "npx tsx watch src/main.ts",
"dev": "npx tsx watch src/main.ts"
},
"keywords": [],