Skip to content

Commit

Permalink
deno 2.0 use frozen for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Oct 10, 2024
1 parent c3a5736 commit 0e61f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/windmill-worker/src/deno_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub async fn generate_deno_lock(
"--unstable-worker-options",
"--unstable-http",
"--lock=lock.json",
"--lock-write",
"--frozen=false",
"--import-map",
&import_map_path,
"main.ts",
Expand Down

0 comments on commit 0e61f8d

Please sign in to comment.