chore: add deploy:chat script to root package.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bb9550dd39
commit
28adda9710
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"dev:api": "turbo dev --filter=@xtablo/api",
|
||||
"deploy:main:staging": "turbo deploy:staging --filter=@xtablo/main",
|
||||
"deploy:main:prod": "turbo deploy:prod --filter=@xtablo/main",
|
||||
"deploy:chat": "turbo deploy --filter=@xtablo/chat-worker",
|
||||
"deploy:external": "turbo deploy --filter=@xtablo/external",
|
||||
"lint": "turbo lint",
|
||||
"lint:fix": "turbo lint:fix",
|
||||
|
|
|
|||
Loading…
Reference in a new issue