Skip to content

Commit

Permalink
Revert "fix: missing import map"
Browse files Browse the repository at this point in the history
This reverts commit 46f8e4e.
  • Loading branch information
TheNoim committed May 30, 2024
1 parent 41cfac0 commit 45cf5f4
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 --import-map=/config/reactive-home/import_map.json --allow-env --allow-net --allow-run --allow-sys --allow-read - --root /config/reactive-home
echo "import 'reactive-home/runtime'" | deno run --allow-env --allow-net --allow-run --allow-sys --allow-read - --root /config/reactive-home

0 comments on commit 45cf5f4

Please sign in to comment.