Skip to content

Commit

Permalink
Lite deployment: Disable docprovider-extension (#433)
Browse files Browse the repository at this point in the history
* Lite deployment: Disable docprovider-extension

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
martinRenou and pre-commit-ci[bot] committed Sep 19, 2024
1 parent e3b8a81 commit d677d48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lite/jupyter-lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"jupyter-lite-schema-version": 0,
"jupyter-config-data": {
"appName": "My JupyterCAD App",
"disabledExtensions": ["@jupyter/collaboration-extension"],
"disabledExtensions": [
"@jupyter/collaboration-extension",
"@jupyter/docprovider-extension"
],
"signalingServers": ["https://flyio-signaling-server.fly.dev/"]
}
}

0 comments on commit d677d48

Please sign in to comment.