turbo.json 311 B

1234567891011121314151617
  1. {
  2. "$schema": "https://turbo.build/schema.json",
  3. "extends": ["//"],
  4. "tasks": {
  5. "dev:pdf-converter": {
  6. "cache": false,
  7. "persistent": true
  8. },
  9. "dev:pdf-converter:ci": {
  10. "cache": false
  11. },
  12. "build": {
  13. "outputs": ["dist/**"],
  14. "outputLogs": "new-only"
  15. }
  16. }
  17. }