mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix: fix deno cache --allow-import on deno 2
This commit is contained in:
@@ -127,6 +127,7 @@ pub async fn generate_deno_lock(
|
||||
"--lock=lock.json",
|
||||
"--frozen=false",
|
||||
"--import-map",
|
||||
"--allow-import",
|
||||
&import_map_path,
|
||||
"main.ts",
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user