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
then the input directory is ./examples/foo, whereas if you use
jk run -m ./examples/foo/index.js
then the input directory is .. In fact, for everything except for running a file, the input directory defaults to the current directory. It should really always be the current directory, unless changed by -i.
(@dlespiau We had a long discussion of how input directories should work, which I cannot now find)
The text was updated successfully, but these errors were encountered:
If you use
then the input directory is
./examples/foo
, whereas if you usethen the input directory is
.
. In fact, for everything except for running a file, the input directory defaults to the current directory. It should really always be the current directory, unless changed by-i
.(@dlespiau We had a long discussion of how input directories should work, which I cannot now find)
The text was updated successfully, but these errors were encountered: