feat: threads
This commit is contained in:
parent
6fb46573da
commit
46e7070b6b
18 changed files with 878 additions and 125 deletions
10
package.json
10
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue