Skip to content

Commit

Permalink
chore(codespaces): fix emsdk paths
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 5, 2024
1 parent 38c135c commit c460026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "ApiDOM Codespace",
"build": { "dockerfile": "Dockerfile" },
"remoteEnv": {
"PATH": "/tmp/emsdk:/tmp/emsdk/upstream/emscripten:${containerEnv:PATH}:",
"EMSDK": "/tmp/emsdk"
"PATH": "/home/node/emsdk:/home/node/emsdk/upstream/emscripten:${containerEnv:PATH}:",
"EMSDK": "/home/node/emsdk",
"CPU_CORES": "2"
}
}

0 comments on commit c460026

Please sign in to comment.