{ "pipeline": { "build": { "dependsOn": ["^build"], "outputs": [ "dist/**/*", ".next/**" ] }, "lint": {}, "dev": { "cache": false }, "format": {}, "start": { "cache": false } } }