How to Iterate
[ WORK IN PROGRESS ]
When you add changes to the databse content, that you want to keep for the next development session, you need to generate a seed file.
Use the script supabase:generate-seed. This will generate a file in the /supabase folder, and when you launch supabase start, it will apply the seed file to your local database.
[ /WORK IN PROGRESS ]