Skip to content

Commit

Permalink
Add startall script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 12, 2024
1 parent 96fd22f commit 753bd57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": "1.5.0",
"scripts": {
"start": "bun run src/index.ts"
"start": "bun run src/index.ts",
"startall": "bun run src/index.ts -a"
},
"dependencies": {
"inly": "^5.0.1",
Expand All @@ -25,4 +26,4 @@
"--import=tsimp"
]
}
}
}

0 comments on commit 753bd57

Please sign in to comment.