updated live port to 3001

This commit is contained in:
will
2026-04-02 21:01:48 +01:00
parent 250a7030bf
commit 7caaa52dab
1794 changed files with 8656 additions and 170238 deletions

View File

@@ -1,5 +1,4 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/api/gitea/[...path]/route": "app/api/gitea/[...path]/route.js",
"/page": "app/page.js"
"/page": "app/page.js",
"/api/gitea/[...path]/route": "app/api/gitea/[...path]/route.js"
}