mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 19:37:34 +08:00
9 lines
193 B
Bash
9 lines
193 B
Bash
#!/bin/bash
|
|
cat << EOF >> YYeTsFE/.env
|
|
REACT_APP_DOMAIN=$REACT_APP_DOMAIN
|
|
REACT_APP_GA=$REACT_APP_GA
|
|
# sourcemap
|
|
GENERATE_SOURCEMAP=$GENERATE_SOURCEMAP
|
|
REACT_APP_ADSENSE=$REACT_APP_ADSENSE
|
|
EOF
|