mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-30 03:28:06 +03:00
feat: migrate from Redis to SQLite for event handling and notifications
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
"check-db": "bun scripts/manage-db.ts check",
|
||||
"fix-db": "bun scripts/manage-db.ts fix",
|
||||
"reset-users": "bun scripts/manage-db.ts reset-users",
|
||||
"migrate-db": "bun scripts/migrate-db.ts",
|
||||
"cleanup-redis": "bun scripts/cleanup-redis.ts",
|
||||
"preview": "bunx --bun astro preview",
|
||||
"start": "bun dist/server/entry.mjs",
|
||||
"start:fresh": "bun run cleanup-db && bun run manage-db init && bun dist/server/entry.mjs",
|
||||
|
||||
Reference in New Issue
Block a user