From b18476b26c8237ea193b559b433f2812ba283a0d Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 5 Feb 2025 09:45:37 -0500 Subject: [PATCH 1/2] chore: add download/hash scripts for sandbox --- playgrounds/sandbox/index.html | 2 +- playgrounds/sandbox/package.json | 4 +- playgrounds/sandbox/scripts/download.js | 54 +++++++++++++++++++++++++ playgrounds/sandbox/scripts/hash.js | 45 +++++++++++++++++++++ playgrounds/sandbox/ssr-dev.js | 2 +- playgrounds/sandbox/ssr-prod.js | 2 +- 6 files changed, 105 insertions(+), 4 deletions(-) create mode 100644 playgrounds/sandbox/scripts/download.js create mode 100644 playgrounds/sandbox/scripts/hash.js diff --git a/playgrounds/sandbox/index.html b/playgrounds/sandbox/index.html index 512b5426a932..845538abf073 100644 --- a/playgrounds/sandbox/index.html +++ b/playgrounds/sandbox/index.html @@ -12,7 +12,7 @@