Skip to content

Commit

Permalink
chore: minor adjustments to test gh actions (#687)
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <[email protected]>
  • Loading branch information
anthonydmays authored Dec 14, 2024
1 parent 010235d commit a4375a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/java/fullstack_demo/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ app:
clerk:
perishableKey: ${CLERK_PERISHABLE_KEY}
secretKey: ${CLERK_SECRET_KEY}
# UNCOMMENT THE FOLLOWING BLOCK TO ENABLE REDIS
# repository:
# type: redis
# redis:
Expand Down
2 changes: 1 addition & 1 deletion lib/typescript/fullstack_demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ES2022",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit a4375a3

Please sign in to comment.