Skip to content

Commit cf92178

Browse files
committed
Fix: devcontainer
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent 62a5e6a commit cf92178

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
44
"features": {
55
"ghcr.io/devcontainers-extra/features/mise:1": {}
6+
},
7+
"postStartCommand": "mise trust && mise run dev",
8+
"remoteEnv": {
9+
"IS_DEV": "true"
610
}
7-
// "build": {
8-
// "dockerfile": "Dockerfile",
9-
// "context": ".."
10-
// },
11-
// "image": "jdxcode/mise:2025.5.6",
12-
// "remoteUser": "typst-jp",
13-
// "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
14-
// "workspaceFolder": "/workspace",
15-
// "postCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
16-
// "postStartCommand": "bun install --frozen-lockfile && cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture && python3 ./gen.py && python3 -m http.server -d dist"
1711
}

0 commit comments

Comments
 (0)