Better scripts and gitignore

This commit is contained in:
Sudo Space 2025-04-21 14:05:56 +03:30
parent 00b5271f5f
commit 1acdf578c0
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -38,5 +38,4 @@ prisma/migrations
database.db
database.db-journal
downloads
session
ytcookies.txt

View file

@ -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"
}
}