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
for examle, I had problems with adding port:3000 got an error probably due to the encryption (I tried utf8) got cannot unmarshal string into Go struct field labProjectConfig.Port of type uint16 error went away by removing the port entry.
providing a json file may work better than if one needs to copy-paste...
The text was updated successfully, but these errors were encountered:
for examle, I had problems with adding port:3000 got an error probably due to the encryption (I tried utf8) got
cannot unmarshal string into Go struct field labProjectConfig.Port of type uint16
error went away by removing the port entry.providing a json file may work better than if one needs to copy-paste...
The text was updated successfully, but these errors were encountered: