Closed morganherlocker closed 5 years ago
Expanding on issue #3 , let's report an error and exit the process when the database is unable to be created. I have documented the mkdir -p data step in setup, but this is an easy thing to forget, especially during development.
mkdir -p data
Good catch on this -- tho I'm not sure why the mkdirSync call isn't recursively creating this directory. i'll investigate
The latest architecture does not allow this (handled by the backfill command)
Expanding on issue #3 , let's report an error and exit the process when the database is unable to be created. I have documented the
mkdir -p data
step in setup, but this is an easy thing to forget, especially during development.