chore: add a verified Bun devcontainer (#520)
* add devcontainer setup and change default port to 3002 * fix(devcontainer): enforce frozen install --------- Co-authored-by: victor <victor@elalemanyo.de>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Pascal Editor",
|
||||
"image": "oven/bun:1.3.0",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/git:1": {},
|
||||
"ghcr.io/devcontainers/features/github-cli:1": {}
|
||||
},
|
||||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||||
"postCreateCommand": "bun install --frozen-lockfile",
|
||||
"forwardPorts": [3002]
|
||||
}
|
||||
Reference in New Issue
Block a user