Files
Compass/scripts/build_web_view.sh
2025-11-14 18:53:25 +01:00

10 lines
91 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")"/..
export NEXT_PUBLIC_WEBVIEW=1
yarn build-web