feat: threads

This commit is contained in:
Dan Finch 2026-08-05 09:24:13 +02:00
parent 6fb46573da
commit 46e7070b6b
18 changed files with 878 additions and 125 deletions

View file

@ -12,19 +12,21 @@
"url": "git+https://github.com/sigitex/meat.git"
},
"devDependencies": {
"typescript": "^7.0.2",
"@types/bun": "^1.3.13",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@types/bun": "^1.3.13",
"husky": "^9.1.7",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"playwright": "^1.62.1",
"typescript": "^7.0.2",
"vite": "^8.1.5"
},
"scripts": {
"start": "bunx --bun vite --host",
"build": "bunx --bun vite build",
"assets": "bun scripts/gen-assets.ts",
"bench:browser": "bun scripts/bench-browser.ts",
"publish:builds": "rsync -avz builds/ sigitex.com:~/meat.errilaz.org/builds",
"publish:current": "rsync -avz --delete --exclude builds dist/ sigitex.com:~/meat.errilaz.org",
"publish": "bun run publish:current && bun run publish:builds",