Aku
DTDrizzle Team
•Created by josh-dev627 on 4/6/2024 in #help
How to run migrations that is inside node_modules?
what worked for me, but still needs a review from people who know what they are doing is I had to manually copy the migrations to the dist/ folder before packaging the library and configure migrationsFolder to be like
./node_modules/@company/my-library/dist/db/drizzle
2 replies