Initial commit (unpacked platform)

This commit is contained in:
Sven (AAMOS AI)
2026-08-05 19:21:11 +07:00
commit ac5340195a
314 changed files with 57584 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["brand.config.json", ".env.example", "tsconfig.base.json"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"typecheck": {
"dependsOn": ["^typecheck"],
"outputs": []
},
"test": {
"dependsOn": ["^typecheck"],
"outputs": []
},
"dev": {
"cache": false,
"persistent": true
}
}
}