add FE env

This commit is contained in:
Joseph Le 2023-10-20 14:15:49 +11:00
parent 6f85d0aa48
commit a298ecfa89
2 changed files with 459 additions and 188 deletions

645
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@ else
echo "$result" && echo "$result" &&
output=$(echo "$result" | grep "|" | awk -F "|" '{gsub(/ /, "", $1); print $1}') && output=$(echo "$result" | grep "|" | awk -F "|" '{gsub(/ /, "", $1); print $1}') &&
while IFS= read -r line; do while IFS= read -r line; do
if [[ $line != "" && $(find "$project" | grep "$line" | grep -q "$fe"; echo $?) -eq 0 ]]; then if [[ $line != "" && $(find "$project" | grep "$line" | grep -q "$FE_PROJECT_PATH"; echo $?) -eq 0 ]]; then
echo "$line ton tai" && echo "$line ton tai" &&
check="true" check="true"
else else