SPB Git forge

spb/spinza

Public
8commits 1branches 0releases
1.6 MBsize
maindefault branch
16 days agolast push
TypeScript 97.6% SQL 1.4% JavaScript 0.5%
319 B · 11 lines json
Raw Blame History
1{2  "$schema": "https://turbo.build/schema.json",3  "tasks": {4    "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**", "dist/**"] },5    "typecheck": { "dependsOn": ["^build"] },6    "test": { "dependsOn": ["^build"] },7    "lint": {},8    "dev": { "cache": false, "persistent": true }9  }10}11