Skip to content

Commit

Permalink
feat(JAQPOT-273): create api-keys page (#60)
Browse files Browse the repository at this point in the history
* feat(JAQPOT-273): create api-keys page

* fix: compilation
  • Loading branch information
alarv authored Oct 2, 2024
1 parent b5d2a56 commit 2108065
Show file tree
Hide file tree
Showing 13 changed files with 1,007 additions and 135 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"test": "vitest",
"generate:schema": "npx openapi-typescript ../jaqpot-api-v2/src/main/resources/openapi.yaml -o ./src/app/api.schema.d.ts"
"generate:schema": "npx openapi-typescript ../jaqpot-api/src/main/resources/openapi.yaml -o ./src/app/api.schema.d.ts"
},
"engines": {
"node": ">=18.17.0"
Expand Down
Loading

0 comments on commit 2108065

Please sign in to comment.