Skip to content

Commit

Permalink
fix: missing import map
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed May 30, 2024
1 parent 2a5ca6a commit 46f8e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_home/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ fi
deno run --lock=/deno.lock --allow-read=/config/reactive-home/import_map.json,/config.yaml --allow-write=/config/reactive-home/import_map.json /update-import-map.ts

echo "Load runtime..."
echo "import 'reactive-home/runtime'" | deno run --allow-env --allow-net --allow-run --allow-sys --allow-read - --root /config/reactive-home
echo "import 'reactive-home/runtime'" | deno run --import-map=/config/reactive-home/import_map.json --allow-env --allow-net --allow-run --allow-sys --allow-read - --root /config/reactive-home

0 comments on commit 46f8e4e

Please sign in to comment.