mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add new scripts and update README.md
This commit is contained in:
parent
8fa16d4e09
commit
b241e33cf9
5 changed files with 208 additions and 36 deletions
|
|
@ -33,7 +33,9 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun run index.ts",
|
||||
"start": "bun run index.ts"
|
||||
"start": "bun run index.ts",
|
||||
"migrate-dev": "bunx prisma migrate dev",
|
||||
"migrate": "bunx prisma migrate deploy"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"sharp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue