Skip to content

Commit 90ec61f

Browse files
committed
Ajout de l'exportation du fichier main.ts et suppression de l'option hrtime dans la configuration de l'exécution
1 parent a931e87 commit 90ec61f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "runhook",
33
"version": "0.1.0",
4+
"exports": "./src/main.ts",
45
"tasks": {
56
"dev": "deno run --unstable-worker-options --allow-net --allow-read --allow-write --allow-env src/main.ts",
67
"start": "deno run --unstable-worker-options --allow-net --allow-read --allow-write --allow-env src/main.ts",

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ async function runFunction(code: string, ctx: ExecContext): Promise<{
217217
env: false,
218218
run: false,
219219
ffi: false,
220-
hrtime: false,
221220
},
222221
},
223222
});

0 commit comments

Comments
 (0)