Polish explorer frontend validation and utility pages

This commit is contained in:
defiQUG
2026-03-28 13:26:42 -07:00
parent 59eee21a3f
commit 1e3a3f00ef
7 changed files with 201 additions and 5 deletions

View File

@@ -4,9 +4,10 @@
"private": true,
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "next dev",
"dev": "sh -c 'HOST=${HOST:-127.0.0.1}; PORT=${PORT:-3000}; next dev -H \"$HOST\" -p \"$PORT\"'",
"build": "next build",
"build:check": "npm run lint && npm run type-check && npm run build",
"smoke:routes": "node ./scripts/smoke-routes.mjs",
"start": "PORT=${PORT:-3000} node .next/standalone/server.js",
"start:next": "next start",
"lint": "next lint",