Skip to content

Commit cec8d1a

Browse files
committed
fix(serve): update command to include port for miniserve
1 parent 9e5980b commit cec8d1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

featured-demo/Kodama.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ output = "./publish"
2828
[serve]
2929
edit = "vscode://file/"
3030
output = "./.cache/publish"
31-
command = ["miniserve", "<output>", "--index", "index.html", "--pretty-urls"]
31+
command = ["miniserve", "<output>", "--index", "index.html", "--pretty-urls", "--port", "8087"]

featured-demo/trees/_lib/kodama.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2025 Kodama Project. All rights reserved.
22
// Released under the GPL-3.0 license as described in the file LICENSE.
33
// Authors: Alias Qli (@AliasQli), Kokic (@kokic)
4-
// Last modified time: 2026/02/28
4+
// Last modified time: 2026/03/06
55

66
/**
77
* There are some external inputs:

0 commit comments

Comments
 (0)