-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
What are the steps to reproduce this issue?
- Create a new app using the Ortus Module Template
- Add a server.json file to the project root and make sure the
web.webroot
value is set totest-harness
// example server.json
{
"name":"myapp",
"app":{
"serverHomeDirectory":".engine/lucee5",
"cfengine":"lucee@5"
},
"web":{
"http":{
"port":"60301"
},
"rewrites":{
"enable":"true"
},
"webroot":"test-harness",
"aliases":{
"/moduleroot/myapp":"./",
"/modules/myapp":"./"
}
},
"openBrowser":"false",
"cfconfig":{
"file":".cfconfig.json"
}
}
- Start the server from the root
- Try typing
fwreinit
in Commandbox
What 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
Metadata
Metadata
Assignees
Labels
No labels