🎉 Update default port to 4321 and version to 1.0.0; add project status section in README

This commit is contained in:
Arunavo Ray
2025-05-18 09:46:03 +05:30
parent e085bed242
commit b2d62bd6d7
3 changed files with 29 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
{
"name": "gitea-mirror",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"setup": "pnpm install && pnpm manage-db init",
"dev": "astro dev",