fix: path not allowed on the configured scope (#64)

This commit is contained in:
lencx
2022-12-23 22:51:23 +08:00
parent ca3badc783
commit dc88ea9182
4 changed files with 10 additions and 8 deletions

View File

@@ -22,7 +22,9 @@
"fs": {
"all": true,
"scope": [
"**"
"$HOME/.chatgpt/*",
"$HOME/.chatgpt/**",
"$HOME/.chatgpt/cache_model/*"
]
}
},