Skip to content

Commit 94bc15c

Browse files
committed
chore: add cost-safe GitHub Codespaces devcontainer
1 parent 5c89c85 commit 94bc15c

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "omi-fork-dev",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:22-bookworm",
4+
"hostRequirements": {
5+
"cpus": 2,
6+
"memory": "8gb",
7+
"storage": "32gb"
8+
},
9+
"features": {
10+
"ghcr.io/devcontainers/features/github-cli:1": {},
11+
"ghcr.io/devcontainers/features/python:1": {
12+
"version": "3.12"
13+
}
14+
},
15+
"customizations": {
16+
"vscode": {
17+
"extensions": [
18+
"dbaeumer.vscode-eslint",
19+
"ms-python.python"
20+
]
21+
},
22+
"codespaces": {
23+
"openFiles": [
24+
"README.md",
25+
"AGENTS.md"
26+
]
27+
}
28+
},
29+
"postCreateCommand": "npm install || true"
30+
}

0 commit comments

Comments
 (0)