chore: monorepo setup and web foundation

This commit is contained in:
Maze Winther
2026-05-27 00:30:10 +02:00
parent 3f2d5cfcaa
commit 446e68e65e
76 changed files with 3476 additions and 2653 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".output/**", "dist/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"deploy": {
"dependsOn": ["build"]
}
}
}