Skip to content

Commit

Permalink
frontend: Replace non-existent redux entrypoint for typedocs
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
  • Loading branch information
joaquimrocha committed Jul 27, 2024
1 parent 9a528c7 commit a258faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"out": "../docs/development/api",
"entryPoints": [
"src/lib/k8s/",
"src/redux/reducers/config.tsx",
"src/redux/reducers/reducers.tsx",
"src/lib/k8s/cluster.ts",
"src/lib/router.tsx",
"src/lib/util.ts",
Expand Down

0 comments on commit a258faf

Please sign in to comment.