Skip to content

Commit ca99266

Browse files
authored
feat(schema): add cache-dir property to taskrc schema (#2603)
1 parent 8dfafe5 commit ca99266

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/src/public/schema-taskrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"description": "Expiry duration for cached remote Taskfiles (e.g., '1h', '24h')",
4444
"pattern": "^[0-9]+(ns|us|µs|ms|s|m|h)$"
4545
},
46+
"cache-dir": {
47+
"type": "string",
48+
"description": "Directory to cache remote Taskfiles"
49+
},
4650
"trusted-hosts": {
4751
"type": "array",
4852
"description": "List of trusted hosts for remote Taskfiles (e.g., 'github.com', 'gitlab.com', 'example.com:8080').",

0 commit comments

Comments
 (0)