Test basic building env

This commit is contained in:
chrox 2024-09-26 19:02:06 +02:00
parent 7a2e5d6e52
commit aa07a4de3b
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
12 changed files with 6642 additions and 197 deletions

View file

@ -6,6 +6,16 @@
"main"
],
"permissions": [
"core:default"
"core:default",
"fs:default",
{
"identifier": "fs:scope-document-recursive",
"allow": [
{
"path": "$DOCUMENT/**/*"
}
],
"deny": []
}
]
}
}