Skip to content

Commit

Permalink
Revert "feat: pre-cache"
Browse files Browse the repository at this point in the history
This reverts commit faf706f.
  • Loading branch information
TheNoim committed May 30, 2024
1 parent fb88544 commit 6527539
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reactive_home/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ PKG_VERSION=$(echo "$PKG_VERSION_SCRIPT" | deno run -)

cd /config/reactive-home

echo "Pre-cache"
deno cache --reload $PKG_VERSION
deno cache --reload $PKG_VERSION/runtime
deno cache --reload $PKG_VERSION/loader
echo "Load runtime..."
echo "import '$PKG_VERSION/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 --pkg "$PKG_VERSION"

0 comments on commit 6527539

Please sign in to comment.