Files
moreminimore-redesign/packages/core/CHANGELOG.md
github-actions[bot] 144d7e488a ci: release
2026-04-01 13:28:55 +00:00

1.1 KiB

emdash

0.0.3

Patch Changes

  • #8 3c319ed Thanks @ascorbic! - Fix crash on fresh deployments when the first request hits a public page before setup has run. The middleware now detects an empty database and redirects to the setup wizard instead of letting template helpers query missing tables.

  • Updated dependencies [3c319ed]:

    • @emdash-cms/admin@0.0.2

0.0.2

Patch Changes

  • #2 b09bfd5 Thanks @ascorbic! - Fix virtual module resolution errors when emdash is installed from npm on Cloudflare. The esbuild dependency pre-bundler was encountering virtual:emdash/* imports while crawling dist files and failing to resolve them. These are now excluded from the optimizeDeps scan.