File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ component extends="coldbox-cli.models.BaseCommand" {
386386 var newConfig = fileRead ( arguments .directory & " app/config/Coldbox.bx" )
387387 .replace ( " Main.index" , " Echo.index" )
388388 .replace ( " Main.onException" , " Echo.onError" );
389- fileWrite ( " app/config/Coldbox.bx" , newConfig );
389+ fileWrite ( arguments . directory & " app/config/Coldbox.bx" , newConfig );
390390
391391 // Install CommandBox Modules
392392 printInfo ( " 🥊 Installing ColdBox API Production Modules: Security, Mementifier, Validation" )
@@ -395,9 +395,9 @@ component extends="coldbox-cli.models.BaseCommand" {
395395 printInfo ( " 🥊 Installing ColdBox API Development Modules: route-visualizer,relax" )
396396 command ( " install" )
397397 .params (
398- " cbsecurity,mementifier,cbvalidation" ,
399- " --saveDev"
398+ " route-visualizer,relax" ,
400399 )
400+ .flags ( ' saveDev' )
401401 .run ();
402402
403403 printSuccess ( " ✅ REST API setup complete!" )
You can’t perform that action at this time.
0 commit comments