Skip to content

Commit 3b40b50

Browse files
authored
Add db-manager to package.json (#1649)
1 parent dcf3ab9 commit 3b40b50

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

cli/db-manager

6.63 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"build": "tsc",
1515
"c": "yarn format && yarn build && yarn lint ",
1616
"clean": "rimraf .data/ ||: && rimraf logs/ || :",
17+
"db-manager": "./cli/db-manager --help",
1718
"debug": "tsx cli/debug.ts",
1819
"debug-dm": "tsx agents/debug-dm.ts",
1920
"download-server": "tsx db-backups/download-server.ts",

0 commit comments

Comments
 (0)