v0.3.1
Patch release.
- fix(config): declare
"type": "module"inpackage.jsonso Node treats the ESM config files (e.g.tailwind.config.ts) as ES modules up front, removing theMODULE_TYPELESS_PACKAGE_JSONwarning and per-start reparse overhead onastro dev..prettierrc.jsconverted toexport defaultaccordingly. (#6)
No consumer-facing behavior change.