We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c89c85 commit 94bc15cCopy full SHA for 94bc15c
1 file changed
.devcontainer/devcontainer.json
@@ -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