accurat / accurapp

Create JS apps with flexible build configuration, tailored for the specific needs of Accurat
MIT License
21 stars 5 forks source link

Live tunneler #66

Closed lucamattiazzi closed 4 years ago

lucamattiazzi commented 4 years ago

Please check the type of change your PR introduces:

Added possibility to expose the local dev server to outside networks.

Does this introduce a breaking change?

marcofugaro commented 4 years ago

@YeasterEgg what about requiring ssh-tuna as a dependency and importing the functions from there?

lucamattiazzi commented 4 years ago

@marcofugaro yep that's what I'm doing now, no need to rewrite stuff

marcofugaro commented 4 years ago

@YeasterEgg quella cosa dello stdio, credo si faccia così

image

Attento comunque a non ritornare la stringa sbagliata dalla funzione

lucamattiazzi commented 4 years ago

@marcofugaro in realtà se faccio come dici tu non ritorno nulla, l'array si riferisce rispettivamente a STDIN, STDOUT e STDERR, e se metto pipe, pipe e ignore posso ricevere il risultato corretto ignorando del tutto gli errori

lucamattiazzi commented 4 years ago

@marcofugaro I've updated ssh-tuna to handle errors