Better scripts and gitignore
This commit is contained in:
parent
00b5271f5f
commit
1acdf578c0
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -38,5 +38,4 @@ prisma/migrations
|
|||
database.db
|
||||
database.db-journal
|
||||
downloads
|
||||
session
|
||||
ytcookies.txt
|
|
@ -20,6 +20,6 @@
|
|||
"scripts": {
|
||||
"start": "bun run src/app.ts",
|
||||
"dev": "bun --watch src/app.ts",
|
||||
"init": "bunx prisma migrate dev --name"
|
||||
"init": "bunx prisma migrate dev"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue