Skip to content

@webjsdev/cli 0.10.29

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:35
· 1 commit to main since this release
7f70a19

Features

  • auto-apply migrations on dev (webjs.dev.before migrate) (#726) 030de282

    Scaffolded apps add webjs db migrate as a webjs.dev.before step (mirroring start.before), so after you db:generate a migration, npm run dev applies it with no manual db:migrate. .env is now loaded before the dev before-steps too, so a Postgres dev migrate sees DATABASE_URL.