Switch to bun and add deploy script

Update engines in package.json to bun, switch all justfile recipes from npm to bun, add scripts/deploy.sh for production deployment.
This commit is contained in:
2026-05-18 20:55:14 +03:00
parent 48662442a4
commit 7d48ec3f78
3 changed files with 35 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
"bun": ">=1.0.0"
},
"scripts": {
"dev": "vite",