Can't find meta/_journal.json file
HI, Im refactoring a project to now use src folder, after putting everything into the src folder, and pre-pending
./src
where necessary, i get the error Can't find meta/_journal.json file
my drizzle.config file:
drizzle instance:
the .env file:
1 Reply
edit fixed, moved
./src/database/migrations
and ./src/database/db
folders out of src into root, set their relevant paths and all works (now to fix some of my other import issues, but those are a me issue :keklol: )
anyways, those 2 folders dont belong in src folder anyways, so this works out in terms of seperation of concerns!