tiptap/turbo.json

15 lines
245 B
JSON
Raw Permalink Normal View History

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