-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework Reinit Doesn't Recognize Webroot Setting in server.json #9
Comments
Update: The reinit will work if you specify the name of the server like this: However, I think fwreinit should be smart enough to infer the name from the current working directory server.json file or box.json, if present. Therefore, I think the fix involves making the change I mentioned above and also changing the default |
Update 2:
|
What are the steps to reproduce this issue?
web.webroot
value is set totest-harness
fwreinit
in CommandboxWhat happens?
You will see the error No server configurations found for '[your project folder]', so have no clue what to reinit buddy!
What were you expecting to happen?
The Coldbox-CLI should see the web root and attempt to reinit the framework.
What versions are you using?
Tested with coldbox-cli@be and Commandbox 6.0.0
The text was updated successfully, but these errors were encountered: