Skip to content

Commit cfdf477

Browse files
committed
added 2023 start scripts for easier dev
1 parent a0e9531 commit cfdf477

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

box.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,15 @@
5252
"start:lucee":"server start [email protected]",
5353
"start:2018":"server start [email protected]",
5454
"start:2021":"server start [email protected]",
55+
"start:2023":"server start [email protected]",
5556
"stop:lucee":"server stop [email protected]",
5657
"stop:2018":"server stop [email protected]",
5758
"stop:2021":"server stop [email protected]",
59+
"stop:2023":"server stop [email protected]",
5860
"logs:lucee":"server log [email protected] --follow",
5961
"logs:2018":"server log [email protected] --follow",
60-
"logs:2021":"server log [email protected] --follow"
62+
"logs:2021":"server log [email protected] --follow",
63+
"logs:2023":"server log [email protected] --follow"
6164
},
6265
"installPaths":{
6366
"jwt-cfml":"modules/jwtcfml/",

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

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

0 commit comments

Comments
 (0)