Open fmaclen opened 6 months ago
The implementation of routes/devTools.json expects DATABASE_URL to be set and an actual DB to be migrated. That probably shouldn't be the case.
routes/devTools.json
DATABASE_URL
Once we removed the need to migrate/seed a database during the build process we should remove this step in .github/workflows/release.yml.
.github/workflows/release.yml
The implementation of
routes/devTools.json
expectsDATABASE_URL
to be set and an actual DB to be migrated. That probably shouldn't be the case.Once we removed the need to migrate/seed a database during the build process we should remove this step in
.github/workflows/release.yml
.