UNPKG

nbd-app

Version:

🚀 CLI tool to scaffold full-stack authentication starter projects with React, Node.js, and multiple auth providers (Email, Google, and more)

12 lines • 202 B
{ "rewrites": [ { "source": "/api/:match*", "destination": "https://<Your_Backend_API>/api/:match*" }, { "source": "/(.*)", "destination": "/index.html" } ] }