UNPKG

@nadeshikon/plugin-nextjs

Version:
16 lines (15 loc) 264 B
{ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**"] }, "lint": { "outputs": [] }, "dev": { "cache": false } } }