UNPKG

vibe-init

Version:

Create a new project with good vibes ✨ - A modern full-stack monorepo template

24 lines (23 loc) 476 B
{ "$schema": "https://turborepo.com/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": ["dist/**", "build/**", ".next/**", "!.next/cache/**"] }, "lint": {}, "dev": { "cache": false, "persistent": true }, "deploy": { "dependsOn": ["build"], "cache": false }, "typecheck": { "dependsOn": ["^build"], "cache": false } } }