Updated SSO UI

This commit is contained in:
Arunavo Ray
2025-07-17 16:08:12 +05:30
parent f83711ecd6
commit 744064f3aa
4 changed files with 55 additions and 310 deletions

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"setup": "bun install && bun run manage-db init",
"dev": "bunx --bun astro dev",
"dev": "bunx --bun astro dev --port 4567",
"dev:clean": "bun run cleanup-db && bun run manage-db init && bunx --bun astro dev",
"build": "bunx --bun astro build",
"cleanup-db": "rm -f gitea-mirror.db data/gitea-mirror.db",