Deno.makeTempDir()Deno.makeTempDir() seem to either using --allow-write--allow-write (writing to any file/dir path), or explicitly creating and maintaining a root temp folder and update all Deno.makeTempDirDeno.makeTempDir calls with a { dir: $MY_ROOT_TEMP_DIR }{ dir: $MY_ROOT_TEMP_DIR } option.--allow-write=DENO_TEMP_ROOT--allow-write=DENO_TEMP_ROOT, where DENO_TEMP_ROOTDENO_TEMP_ROOT would be set via a denodeno call.Join the Discord to continue the conversation