This commit is contained in:
parent
e9e2723c28
commit
739a534ac2
5 changed files with 243 additions and 0 deletions
|
|
@ -20,11 +20,15 @@
|
|||
"deploy": "bun run scripts/deploy.ts",
|
||||
"deploy:main": "./deploy main",
|
||||
"deploy:current-branch": "./deploy current-branch",
|
||||
"typecheck": "bun run scripts/typecheck.ts",
|
||||
"check:public-api-routes": "bun run scripts/check-public-api-routes.ts",
|
||||
"sync:docker-workspace": "bun run scripts/sync-docker-workspace.ts",
|
||||
"check:docker-workspace": "bun run scripts/check-docker-workspace.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.3",
|
||||
"@types/ws": "^8.18.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-language-server": "^5.1.3"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue