Skip to content
Snippets Groups Projects
Commit 8ce90977 authored by Juan Carlos's avatar Juan Carlos
Browse files

fix: fixed theme-run-dev.sh

parent ad563116
Branches
Tags
No related merge requests found
#!/bin/ash
#
cd /App
vars=$(env | grep VUE_ | sed -e 's/^/$/' )
vars=$(env | grep VITE_ | sed -e 's/^/$/' )
echo "Found the following environment variables: "
echo $vars
envsubst "$vars" < config/runtime-config.tmp > config/runtime-config.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment