Skip to content

Commit

Permalink
Fix warning about a relative path format
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed Mar 25, 2024
1 parent 3d124a2 commit 4686579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prod": "node build/index.js"
},
"type": "module",
"exports": "src/index.ts",
"exports": "./src/index.ts",
"dependencies": {
"@keycloak/keycloak-admin-client": "^24.0.1",
"@types/jsonwebtoken": "^9.0.5",
Expand Down

0 comments on commit 4686579

Please sign in to comment.