Skip to content

Commit 6d5b6cb

Browse files
committed
d
1 parent c0806ab commit 6d5b6cb

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

bundle.ignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
node_modules
22
dist
33
.git
4-
bundle.ts
5-
bundle.sh
6-
transpile.ts
7-
transpile.sh
4+

dev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ node node_modules/envprocessor/dist/esm/cli.js --maskEnv EXPOSE_EXTRA_ENV_VARIAB
118118

119119

120120
rm -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}") &
122122
PID1="${!}"
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}") &
125125
PID3="${!}"
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}") &

tsc.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
tsc.ignore.ts
44
node_modules
5+
bundle.ts
56

67
es.ts
78
bash/tee.ts

0 commit comments

Comments
 (0)