Admin
Admin is disabled. Enable locally by setting NEXT_PUBLIC_ENABLE_ADMIN=true in.env.local and restarting the dev server.
- Writes are always blocked on Vercel (preview/prod).
- On local Node runtime, edits persist to a JSON overlay file under
data/admin/products.overlay.json. - The overlay is merged with base product IDs from the public catalog.
{
"flag": "",
"enabled": false,
"onVercel": "1"
}