Skip to content

Commit

Permalink
fix: viewer conda cli entrypoint (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande authored Feb 17, 2024
1 parent 45e491a commit 289554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build:
number: {{ build }}
string: {{ variant }}_h{{ PKG_HASH }}_{{ build }}
entry_points:
- ada-viewer=ada.visit.render_pygfx:main
- ada-viewer=ada.visit.websocket_cli:ws_cli_app
ignore_files:
- node_modules/**/*
- src/frontend/**/*
Expand Down

0 comments on commit 289554c

Please sign in to comment.