chore(deps): switch from Node.js to Bun

This commit is contained in:
2026-01-10 18:57:40 +00:00
parent 2e5101650f
commit a0359ef376
8 changed files with 856 additions and 6840 deletions

View File

@@ -151,7 +151,7 @@ async function main(): Promise<void> {
}
}
console.log("\nDone! Run `npm run build` to rebuild the site.");
console.log("\nDone! Run `bun run build` to rebuild the site.");
}
main();