Commit 7536762
committed
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.1 parent edcb520 commit 7536762
3 files changed
Lines changed: 13 additions & 2 deletions
File tree
- .changeset
- packages/create-sei/templates/next-template
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
0 commit comments