Skip to content

Commit a4375a3

Browse files
authored
chore: minor adjustments to test gh actions (#687)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 010235d commit a4375a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/java/fullstack_demo/src/main/resources/application.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ app:
99
clerk:
1010
perishableKey: ${CLERK_PERISHABLE_KEY}
1111
secretKey: ${CLERK_SECRET_KEY}
12+
# UNCOMMENT THE FOLLOWING BLOCK TO ENABLE REDIS
1213
# repository:
1314
# type: redis
1415
# redis:

lib/typescript/fullstack_demo/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2017",
3+
"target": "ES2022",
44
"lib": ["dom", "dom.iterable", "esnext"],
55
"allowJs": true,
66
"skipLibCheck": true,

0 commit comments

Comments
 (0)