You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(template): modernize runtime and tooling defaults (#309)
* feat(template): modernize runtime and tooling defaults
* Update next-template defaults & Biome config
Improve runtime defaults for create-sei's Next.js template and update Biome settings. Add a .changeset for a patch release.
Changes include:
- .env.example: clarify default chain behavior and example override (testnet).
- biome.json: include *.json and *.md in includes and add ignore patterns (node_modules, dist, .next, .yarn).
- Template adjustments: add a prebuild Biome check and include Biome in devDependencies; configure Next.js to allow Sei CDN images and skip ESLint during builds; update provider/shell setup and template docs/configs (README, Tailwind v4 config).
These updates align the template with current defaults and improve developer/runtime experience.
0 commit comments