Skip to content

Commit c553047

Browse files
committed
chore - deno 2: no more dev_import_map.json
1 parent b595819 commit c553047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/quarto-bld.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ if NOT DEFINED QUARTO_DENO (
99
SET "RUST_BACKTRACE=full"
1010
SET "DENO_NO_UPDATE_CHECK=1"
1111

12-
"%QUARTO_DENO%" run --unstable-kv --unstable-ffi --allow-all --importmap=%~dp0\..\..\src\dev_import_map.json %~dp0\bld.ts %*
12+
"%QUARTO_DENO%" run --unstable-kv --unstable-ffi --allow-all --importmap=%~dp0\..\..\src\import_map.json %~dp0\bld.ts %*

0 commit comments

Comments
 (0)