feat: web now working i guess

This commit is contained in:
2025-03-21 19:07:47 +01:00
parent 089b1fd157
commit bd29c4848d
5 changed files with 1677 additions and 2 deletions

16
turbo.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"check-types": {
"dependsOn": ["^check-types"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}