summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorTomatoCake <60300461+DEVTomatoCake@users.noreply.github.com>2024-06-05 07:19:30 +0200
committerGitHub <noreply@github.com>2024-06-05 15:19:30 +1000
commit9e1ec8a67360c2d2ac23e061950b93ee265ec077 (patch)
tree3c824a1eba067c1778f2ce4396bdde40aec50e7a /package.json
parentadd `notification_settings` object to ready (diff)
downloadserver-ts-9e1ec8a67360c2d2ac23e061950b93ee265ec077.tar.xz
Ban API compat & Bulk Ban endpoint (#1120)
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json

index f506e0be5..ac42c7674 100644 --- a/package.json +++ b/package.json
@@ -10,6 +10,7 @@ "start:cdn": "node dist/cdn/start.js", "start:gateway": "node dist/gateway/start.js", "build": "tsc -p .", + "watch": "tsc -w -p .", "test": "node scripts/test.js", "lint": "eslint .", "setup": "npm run build && npm run generate:schema",