diff --git a/reactive_home/run.sh b/reactive_home/run.sh index d44fc40..547d13b 100644 --- a/reactive_home/run.sh +++ b/reactive_home/run.sh @@ -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 \ No newline at end of file +echo "import 'reactive-home/runtime'" | deno run --allow-env --allow-net --allow-run --allow-sys --allow-read - --root /config/reactive-home \ No newline at end of file