-
-
Notifications
You must be signed in to change notification settings - Fork 558
Open
Description
Hi,
I appreciate the repo, I thought I'd contribute back a suggestion that I find is helpful. I recommend this start script:
package.json
"scripts": {
"start": "tsx watch src/main.ts",
or you may want to name it dev
instead. Either way, it means you have a nice, interactive dev experience. You also need to add tsx
to dev deps like:
"tsx": "^4.20.6",
If you've already considered this, no worries, just thought I'd leave a suggestion.
Metadata
Metadata
Assignees
Labels
No labels