File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
22dist
33.git
4- bundle.ts
5- bundle.sh
6- transpile.ts
7- transpile.sh
4+
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ node node_modules/envprocessor/dist/esm/cli.js --maskEnv EXPOSE_EXTRA_ENV_VARIAB
118118
119119
120120rm -rf " ${LOGFILE} "
121- node esbuild-entries.js --watch --name " ${FLAG} __esbuild-entries .js" 1> >( /bin/bash bash/dlogger.sh " " esbuild >> " ${LOGFILE} " ) 2> >( /bin/bash bash/dlogger.sh e esbuild >> " ${LOGFILE} " ) &
121+ /bin/bash bundle.sh bundle.ignore --watch --name " ${FLAG} __bundle .js" 1> >( /bin/bash bash/dlogger.sh " " bundle.sh >> " ${LOGFILE} " ) 2> >( /bin/bash bash/dlogger.sh e bundle.sh >> " ${LOGFILE} " ) &
122122PID1=" ${! } "
123123
124- /bin/bash esbuild-node .sh watch " ${FLAG} __esbuild-node .js" 1> >( /bin/bash bash/dlogger.sh " " esbuild >> " ${LOGFILE} " ) 2> >( /bin/bash bash/dlogger.sh e esbuild >> " ${LOGFILE} " ) &
124+ /bin/bash transpile .sh transpile.ignore -- watch --name " ${FLAG} __transpile .js" 1> >( /bin/bash bash/dlogger.sh " " transpile.sh >> " ${LOGFILE} " ) 2> >( /bin/bash bash/dlogger.sh e transpile.sh >> " ${LOGFILE} " ) &
125125PID3=" ${! } "
126126
127127/bin/bash .github/injector.sh watch " ${FLAG} __injector.js" 1> >( /bin/bash bash/dlogger.sh " " esbuild >> " ${LOGFILE} " ) 2> >( /bin/bash bash/dlogger.sh e esbuild >> " ${LOGFILE} " ) &
Original file line number Diff line number Diff line change 22
33tsc.ignore.ts
44node_modules
5+ bundle.ts
56
67es.ts
78bash/tee.ts
You can’t perform that action at this time.
0 commit comments