tiptap/turbo.json
2024-07-17 15:11:48 +02:00

15 lines
265 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"inputs": ["src/**", "rollup.config.js"],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}