Skip to content

Commit

Permalink
swagger UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 30, 2024
1 parent 9365ab0 commit cc5494c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"cbvalidation":"^4",
"cors":"^3",
"mementifier":"^3",
"cbdebugger":"^4"
"cbdebugger":"^4",
"cbSwaggerUI":"^1.2.1"
},
"installPaths":{
"coldbox":"coldbox/",
Expand All @@ -44,14 +45,15 @@
"route-visualizer":"modules/route-visualizer/",
"cors":"modules/cors/",
"mementifier":"modules/mementifier/",
"cbdebugger":"modules/cbdebugger/"
"cbdebugger":"modules/cbdebugger/",
"cbSwaggerUI":"modules/cbSwaggerUI/"
},
"testbox":{
"runner":"http://localhost:60146/tests/runner.cfm"
},
"scripts":{
"start:adobe":"server start serverConfigFile=server-adobe.json --force",
"start:boxlang":"server start serverConfigFile=server-boxlang.json --force --debug",
"start:boxlang":"server start serverConfigFile=server-boxlang.json --force --debug",
"lint":"cflint **.cf* --text --html --json --!exitOnError --suppress",
"format":"cfformat run config,Application.cfc,modules_app/**/*.cfc,tests/specs/**/*.cfc --overwrite --verbose",
"format:watch":"cfformat watch config,Application.cfc,modules_app/**/*.cfc,tests/specs/**/*.cfc ./.cfformat.json",
Expand Down

0 comments on commit cc5494c

Please sign in to comment.