You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the developer is ready to turn on production mode, a lot of things they might've relied on (inferred models, lax permissions) will suddenly stop working.
Create a CLI command that auto-generates / augments models, permissions.json and routes.json based on the project's current state. It doesn't have to (and probably can't) be comprehensive or fool-proof, but it should give a nice jumping-off point.
The text was updated successfully, but these errors were encountered:
Once the developer is ready to turn on production mode, a lot of things they might've relied on (inferred models, lax permissions) will suddenly stop working.
Create a CLI command that auto-generates / augments models,
permissions.json
androutes.json
based on the project's current state. It doesn't have to (and probably can't) be comprehensive or fool-proof, but it should give a nice jumping-off point.The text was updated successfully, but these errors were encountered: