Skip to content

Commit

Permalink
chore: fix tsx watch usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 30, 2024
1 parent d7f848f commit f865340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function getPackageJson({
dev:
packageManager === "bun"
? "bun --watch src/index.ts"
: `${pmExecuteMap[packageManager]} tsx --env-file .env watch src/index.ts`,
: `${pmExecuteMap[packageManager]} tsx watch --env-file .env src/index.ts`,
} as Record<string, string>,
dependencies: {
gramio: dependencies.gramio,
Expand Down

0 comments on commit f865340

Please sign in to comment.