Skip to content

v0.3.1

Choose a tag to compare

@anjay-goel anjay-goel released this 04 Jul 17:01
· 15 commits to main since this release

Patch release.

  • fix(config): declare "type": "module" in package.json so Node treats the ESM config files (e.g. tailwind.config.ts) as ES modules up front, removing the MODULE_TYPELESS_PACKAGE_JSON warning and per-start reparse overhead on astro dev. .prettierrc.js converted to export default accordingly. (#6)

No consumer-facing behavior change.