Commit 69d03c4
authored
chore: update package.json scripts for bun and next compatibility (#718)
Modified the scripts in package.json to ensure compatibility with the
latest bun and next versions, including changes to the build, dev, and
start commands. Additionally, adjusted the clean script to enhance file
removal processes.
## Summary by Sourcery
Improve package.json scripts for bun and Next.js compatibility and tweak
global CSS.
Enhancements:
- Set max-width to 100% on #nd-page in global CSS
Build:
- Revise clean script to remove lock files and run bun install
- Add --turbopack flag to next build and dev commands1 parent f6e28d4 commit 69d03c4
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
373 | 374 | | |
374 | 375 | | |
375 | 376 | | |
| |||
0 commit comments