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
This code will always start look for a jitsuconf file in home directory, while usually it is the case that we have project specific jitsu config inside project directory.
We can temporarly work around it, by launching jitsu deploy like so (if our project directory is inside home directory):
jitsu deploy --jitsuconf Workspace/myProject/.jitsuconf
(of course it's just an example)
The text was updated successfully, but these errors were encountered:
I tried using alternative config files and failed every time.
Looking at the source code it seems like --localconf switch is dead - there's no code that would do anything with it.
Sadly also --jitsuconf is broken. Problem is with lib/jitsu/config.js file.
This code will always start look for a jitsuconf file in home directory, while usually it is the case that we have project specific jitsu config inside project directory.
We can temporarly work around it, by launching jitsu deploy like so (if our project directory is inside home directory):
jitsu deploy --jitsuconf Workspace/myProject/.jitsuconf
(of course it's just an example)
The text was updated successfully, but these errors were encountered: