-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-template.json
More file actions
26 lines (26 loc) · 986 Bytes
/
devcontainer-template.json
File metadata and controls
26 lines (26 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"id": "javascript-node-edgedb",
"version": "0.0.3",
"name": "Node.js & EdgeDB",
"description": "Develop applications in Node.js and EdgeDB, a next-generation graph-relational database. Includes Node.js, eslint, and yarn in a container linked to an EdgeDB Container",
"documentationURL": "https://github.com/joshuanianji/devcontainer-templates/tree/main/src/javascript-node-edgedb",
"licenseURL": "https://github.com/joshuanianji/devcontainer-templates/blob/main/LICENSE",
"options": {
"imageVariant": {
"type": "string",
"description": "Node.js version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"22-bookworm",
"22-bullseye",
"20-bookworm",
"20-bullseye"
],
"default": "22-bookworm"
}
},
"platforms": [
"Node.js",
"JavaScript",
"EdgeDB"
]
}