UNPKG

create-agent-chat-app

Version:
23 lines (22 loc) 428 B
{ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "lint:fix": { "dependsOn": ["^lint:fix"] }, "format": { "dependsOn": ["^format"] }, "dev": { "dependsOn": ["^dev"] } } }