Files
SolTube/scripts/client-report.sh
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

9 lines
275 B
Bash

#!/bin/sh
set -eu
npm run concurrently -- -k \
"cd client/src/standalone/player/ && npx vite-bundle-visualizer" \
"cd client/src/standalone/videos/ && npx vite-bundle-visualizer" \
"cd client && npx esbuild-visualizer --metadata ./dist/en-US/stats.json --open"