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 6c53a9b commit ec4766cCopy full SHA for ec4766c
scripts/build_marimo_static_dist.sh
@@ -33,7 +33,7 @@ PYODIDE=true NODE_OPTIONS=--max-old-space-size=${NODE_HEAP_SIZE:-6144} pnpm vite
33
# This makes sure our frontend files match the files in marimo WASM.
34
rm -rf "${repo_dir}/marimo/_static"
35
mkdir -p "${repo_dir}/marimo/_static"
36
-cp -r dist/ "${repo_dir}/marimo/_static/"
+cp -r dist/. "${repo_dir}/marimo/_static/"
37
38
# Move files to the build directory
39
mv dist "${build_path}"
@@ -57,4 +57,4 @@ else
57
--public-packages-host "${public_packages_host}" \
58
--public-packages-port "${public_packages_port}" \
59
--public-packages-base-path "${wasm_base_path}"
60
-fi
+fi
0 commit comments