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 0b07de7 commit 2c13d73Copy full SHA for 2c13d73
src/build_map.sh
@@ -29,6 +29,7 @@ mkdir -p deploy/_just/static/$BUILD_ID/
29
echo "const _just_buildManifest = [];" > deploy/_just/static/$BUILD_ID/buildManifest.js
30
31
echo "Build Map:"
32
+FILE_ID=1
33
find deploy -mindepth 1 -print | while read -r path; do
34
relative_path=${path#deploy/}
35
echo "├ $relative_path"
0 commit comments