chore: remove watch from dev script

This commit is contained in:
Pihkaal
2025-12-04 18:37:42 +01:00
parent 622b881d89
commit 2ad0fcc623

View File

@@ -2,7 +2,7 @@
"name": "@lbf/discord-bot", "name": "@lbf/discord-bot",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "tsx watch src/index.ts", "dev": "tsx src/index.ts",
"start": "node dist/index.js", "start": "node dist/index.js",
"build": "rm -rf dist && tsc --project tsconfig.build.json && tsc-alias --project tsconfig.build.json", "build": "rm -rf dist && tsc --project tsconfig.build.json && tsc-alias --project tsconfig.build.json",
"dev:user": "tsx src/index.ts -- --user" "dev:user": "tsx src/index.ts -- --user"