mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add CLI and CLI tests
This commit is contained in:
parent
7dbe5dfecd
commit
5287ceb99e
5 changed files with 294 additions and 1 deletions
|
|
@ -37,7 +37,8 @@
|
|||
"migrate-dev": "bunx prisma migrate dev",
|
||||
"migrate": "bunx prisma migrate deploy",
|
||||
"lint": "eslint --config .eslintrc.cjs --ext .ts .",
|
||||
"generate": "bunx prisma generate"
|
||||
"generate": "bunx prisma generate",
|
||||
"cli": "bun run cli.ts"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"sharp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue