Hi all, I am deploying my Deno function to appwrite with the deno run -A src/main.ts
build command. However when actually executing the function i get the following error
NotCapable: Requires sys access to "osRelease", run again with the --allow-sys flag
. Is it possible to run deno with the -A
command?