Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit 47fed22e4f - Show all commits

View File

@ -8,7 +8,7 @@ if [[ "$TRUNK_PROFILE" = "debug" ]]; then
ENV="" ENV=""
elif [[ "$TRUNK_PROFILE" = "release" ]]; then elif [[ "$TRUNK_PROFILE" = "release" ]]; then
LABEL="Release" LABEL="Release"
ENV="" ENV="production"
else else
echo "Unrecognized 'TRUNK_PROFILE' value '$TRUN_PROFILE'; expected either 'debug' or 'release'" echo "Unrecognized 'TRUNK_PROFILE' value '$TRUN_PROFILE'; expected either 'debug' or 'release'"
exit 1 exit 1