Skip to content

Commit 69d03c4

Browse files
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 commands
1 parent f6e28d4 commit 69d03c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ th {
370370

371371
#nd-page {
372372
background-color: var(--background);
373+
max-width: 100%;
373374
@apply rounded-t-lg;
374375
}
375376

0 commit comments

Comments
 (0)