You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constterm1Command=`ssh ${devboxSsh} -t "sleep 3\\;cd /home/vagrant/projects/${relativeProjectPath}\\; bash --login"`// sleep 3: smartcd supporte mal d'être lancé deux fois en parallèle...
constterm4Command=`ssh ${devboxSsh} -t "sleep 6\\;cd /home/vagrant/projects/${relativeProjectPath}\\; bash --login"`// sleep 6: smartcd supporte mal d'être lancé deux fois en parallèle... Alors 3 fois...
It would be nice to expose, from the variables.default.mjs, a single method that gets the terminal commands to run.
It should take as params the command line parameters, and info about the devbox, and return an array of commands to run.
This way, the configuration could be overriden by the variables.mjs file
The text was updated successfully, but these errors were encountered:
These lines are hardcoded:
devbox-scripts/openWt.mjs
Lines 103 to 106 in a5f3952
It would be nice to expose, from the
variables.default.mjs
, a single method that gets the terminal commands to run.It should take as params the command line parameters, and info about the devbox, and return an array of commands to run.
This way, the configuration could be overriden by the variables.mjs file
The text was updated successfully, but these errors were encountered: