Skip to content

Commit 4f69c35

Browse files
committed
fix issue when using local server
1 parent faf28a1 commit 4f69c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ env = {EXTENSION_FOLDER="extensions/@jupyterlite/xeus-extension/static"}
7575
# serve the jupyterlite app with a "simple server"
7676
[feature.host.tasks.start]
7777
cmd = "python -m http.server 8000 -d ./dist --cgi"
78-
depends-on = ["build", "patch-xpython", "copy-roslib"]
78+
depends-on = ["build-dist", "patch-xpython", "copy-roslib"]
7979

8080
[environments]
8181
default = ["host"]

0 commit comments

Comments
 (0)