Skip to content

Commit

Permalink
added 2023 start scripts for easier dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 10, 2024
1 parent a0e9531 commit cfdf477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,15 @@
"start:lucee":"server start [email protected]",
"start:2018":"server start [email protected]",
"start:2021":"server start [email protected]",
"start:2023":"server start [email protected]",
"stop:lucee":"server stop [email protected]",
"stop:2018":"server stop [email protected]",
"stop:2021":"server stop [email protected]",
"stop:2023":"server stop [email protected]",
"logs:lucee":"server log [email protected] --follow",
"logs:2018":"server log [email protected] --follow",
"logs:2021":"server log [email protected] --follow"
"logs:2021":"server log [email protected] --follow",
"logs:2023":"server log [email protected] --follow"
},
"installPaths":{
"jwt-cfml":"modules/jwtcfml/",
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Markdown rules updated to fix duplicate headers
- Updated security logs columns to work in Oracle as `clob`
- `cbsecurity_logs` is hard coded instead of using module setting

Expand Down

0 comments on commit cfdf477

Please sign in to comment.