denodeno 1.46.3 binary and uses it to deno rundeno run some app plugins. .ts.ts files.deno run --cached-onlydeno run --cached-only being able to modify deno.lockdeno.lock and any already-cached deno-depsdeno-deps. --frozen--frozen, because this would return an error instead of an invalid signature. We don't want to compilecompile because having many copies of deno would make our app much larger in size.--cached-only--cached-only, --no-remote--no-remote or maybe --vendor--vendor could help us out, but we haven't had luck yet. Another approach we may explore is using the OS filesystem to mark our bundled plugin folders as readonly.Join the Discord to continue the conversation