https run

This commit is contained in:
Joseph J Helfenbein
2025-01-25 12:09:10 -05:00
parent 24f6d7a4df
commit 83cbfc0659
2 changed files with 19 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"server": "node server.js",
"lint": "next lint"
},
"dependencies": {
@@ -23,6 +24,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hoyahax-2025": "file:",
"https-localhost": "^4.7.1",
"lucide-react": "^0.474.0",
"mongoose": "^8.9.5",
"multer": "^1.4.5-lts.1",