tiptap/turbo.json

15 lines
265 B
JSON
Raw Normal View History

2024-07-04 00:02:34 +08:00
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"inputs": ["src/**", "rollup.config.js"],
2024-07-04 00:02:34 +08:00
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}