fix: fix deno cache --allow-import on deno 2

This commit is contained in:
Ruben Fiszel
2024-10-12 17:18:46 +02:00
parent f0e48c7228
commit 98e2580bbb
@@ -127,6 +127,7 @@ pub async fn generate_deno_lock(
"--lock=lock.json",
"--frozen=false",
"--import-map",
"--allow-import",
&import_map_path,
"main.ts",
])