Skip to content

Commit 744064f

Browse files
committed
Updated SSO UI
1 parent f83711e commit 744064f

File tree

4 files changed

+55
-310
lines changed

4 files changed

+55
-310
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"setup": "bun install && bun run manage-db init",
10-
"dev": "bunx --bun astro dev",
10+
"dev": "bunx --bun astro dev --port 4567",
1111
"dev:clean": "bun run cleanup-db && bun run manage-db init && bunx --bun astro dev",
1212
"build": "bunx --bun astro build",
1313
"cleanup-db": "rm -f gitea-mirror.db data/gitea-mirror.db",

0 commit comments

Comments
 (0)