fmaclen / canutin-desktop

An open-source personal finance desktop app
https://canutin.com
Apache License 2.0
25 stars 4 forks source link

`npx prisma migrate dev` is required during build process #205

Open fmaclen opened 6 months ago

fmaclen commented 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.

Once we removed the need to migrate/seed a database during the build process we should remove this step in .github/workflows/release.yml.