How auto push schema and seed data when starting NextJS using Drizzle (with Docker)
I have an NextJS 15 app using Drizzle. ANd I would like to auto push and seed the data when starting the app. But how to do it ? I dont find any info about this...
Btw there is my
package.json
:
My db:push
and db:seed
are working in local dev
Thx a lot !1 Reply
What's happening with your start script?