mirror of
https://github.com/readest/readest.git
synced 2026-04-28 11:30:48 +00:00
Test basic building env
This commit is contained in:
parent
7a2e5d6e52
commit
aa07a4de3b
12 changed files with 6642 additions and 197 deletions
|
|
@ -6,6 +6,16 @@
|
|||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default"
|
||||
"core:default",
|
||||
"fs:default",
|
||||
{
|
||||
"identifier": "fs:scope-document-recursive",
|
||||
"allow": [
|
||||
{
|
||||
"path": "$DOCUMENT/**/*"
|
||||
}
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue