Plug sandbox rework

This commit is contained in:
Zef Hemel
2024-01-14 13:38:39 +01:00
parent 0296679827
commit a9eb252658
17 changed files with 199 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { createSandbox } from "../environments/deno_sandbox.ts";
import { createSandbox } from "../sandboxes/deno_worker_sandbox.ts";
import { EndpointHook, EndpointHookT } from "./endpoint.ts";
import { System } from "../system.ts";