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
We are doing all our development inside devcontainers. This means that on bootstrapping a project there will always be a .devcontainer folder in the root of the project. This will provide, in our case, bun and node. At this point we would run bun create but that's not possible cause there is a .devcontainer folder present.
Proposed solution
create rescript-app ignores any .devcontainer folder as this is presumed to be necessary for bootstrapping.
Current workaround
After starting the devcontainer move the .devcontainer folder to /tmp and move it back after project creation.
The text was updated successfully, but these errors were encountered:
Current issue
We are doing all our development inside devcontainers. This means that on bootstrapping a project there will always be a
.devcontainer
folder in the root of the project. This will provide, in our case,bun
andnode
. At this point we would runbun create
but that's not possible cause there is a.devcontainer
folder present.Proposed solution
create rescript-app
ignores any.devcontainer
folder as this is presumed to be necessary for bootstrapping.Current workaround
After starting the devcontainer move the
.devcontainer
folder to/tmp
and move it back after project creation.The text was updated successfully, but these errors were encountered: