Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(create-turbo): apply official-starter transform

authored by

Turbobot and committed by
Thibault Le Ouay
d2e93d4d 0850dc20

+3 -9
-7
meta.json
··· 1 - { 2 - "name": "Next.js", 3 - "description": "Minimal Turborepo example for learning the fundamentals.", 4 - "template": "https://vercel.com/templates/next.js/turborepo-next-basic", 5 - "featured": true, 6 - "boost": true 7 - }
+3 -2
package.json
··· 11 11 "eslint": "^7.32.0", 12 12 "eslint-config-custom": "workspace:*", 13 13 "prettier": "^2.5.1", 14 - "turbo": "^1.9.7" 14 + "turbo": "latest" 15 15 }, 16 - "packageManager": "pnpm@7.15.0" 16 + "packageManager": "pnpm@7.15.0", 17 + "name": "openstatus" 17 18 }