rbarisic-lme / pal-dash

Palworld Server Dashboard compatible with docker-palworld-dedicated-server distribution
3 stars 1 forks source link

pw-front-svelte/bin/build.sh exports YT_API_KEY instead of PUBLIC_YT_API_KEY #7

Closed mulpdev closed 7 months ago

mulpdev commented 7 months ago

Exported variable name is YT_API_KEY but which crashes build of pw-front because it expects PUBLIC_YT_API_KEY to be exported

See: https://github.com/rbarisic-lme/pal-dash/blob/main/pw-front-svelte/bin/build.sh#L28

rbarisic-lme commented 7 months ago

thx for the info, should be fixed with aa52851