We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e088729 commit faf706fCopy full SHA for faf706f
reactive_home/run.sh
@@ -26,5 +26,9 @@ PKG_VERSION=$(echo "$PKG_VERSION_SCRIPT" | deno run -)
26
27
cd /config/reactive-home
28
29
+echo "Pre-cache"
30
+deno cache --reload $PKG_VERSION
31
+deno cache --reload $PKG_VERSION/runtime
32
+deno cache --reload $PKG_VERSION/loader
33
echo "Load runtime..."
34
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 commit comments