supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
384 stars 15 forks source link

feat: Support `prompt` in config #118

Closed justinvdm closed 5 months ago

justinvdm commented 5 months ago

Demo

https://www.loom.com/share/813d25b31c6749df9b3fad32dc9a6b77?from_recorder=1&focus_title=1

Changes

Links

linear[bot] commented 5 months ago
S-2065 Support `enhance.*.prompt` in `seed.config.ts`

Support the `prompt` config property shown in [S-2033](https://linear.app/snaplet/issue/S-2033/json-based-seed-config), but first in our current `seed.config.ts`. ## Links * Original idea discussed in this loom: [https://www.loom.com/share/a0878aae56be420f866da7a03cd7e341](https://www.loom.com/share/a0878aae56be420f866da7a03cd7e341) * Discussion: [https://discord.com/channels/788353076129038346/1226871913113190462/1227222018479489065](https://discord.com/channels/788353076129038346/1226871913113190462/1227222018479489065)