first ruggedy draft

This commit is contained in:
2026-06-28 13:48:15 +02:00
parent c916f64fcb
commit 1053f6a2a3
78 changed files with 20905 additions and 2 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "mousehold",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/web"
],
"scripts": {
"dev:web": "npm --workspace apps/web run dev",
"build:web": "npm --workspace apps/web run build",
"lint:web": "npm --workspace apps/web run lint",
"test:e2e": "npm --workspace apps/web run test:e2e"
}
}