SPB Git

spb/earth-now Public License

earth-now.co — real-time planetary dashboard: live world metrics modeled, not streamed.

TypeScript 93% Shell 2.3% SQL 1.4% JavaScript 1.3% Dockerfile 1.2% CSS 0.8%
438 B · 25 lines json
Raw Blame History
1{2  "$schema": "https://turbo.build/schema.json",3  "tasks": {4    "build": {5      "dependsOn": ["^build"],6      "outputs": ["dist/**", ".next/**", "!.next/cache/**"]7    },8    "dev": {9      "cache": false,10      "persistent": true11    },12    "test": {13      "dependsOn": ["^build"],14      "outputs": []15    },16    "lint": {17      "outputs": []18    },19    "typecheck": {20      "dependsOn": ["^build"],21      "outputs": []22    }23  }24}25