mirror of https://github.com/o2sh/onefetch.git
2 changed files with 5 additions and 11 deletions
@ -1,17 +1,11 @@
@@ -1,17 +1,11 @@
|
||||
{ |
||||
"name": "Node.js & TypeScript", |
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", |
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/onefetch,type=bind,consistency=cached", |
||||
"workspaceFolder": "/workspaces/onefetch/docs/vercel", |
||||
"name": "onefetch.dev", |
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:22-bullseye", |
||||
"customizations": { |
||||
"vscode": { |
||||
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"] |
||||
} |
||||
}, |
||||
"portsAttributes": { |
||||
"3000": { |
||||
"label": "onfetch.dev", |
||||
"onAutoForward": "notify" |
||||
} |
||||
} |
||||
"postCreateCommand": "npm install", |
||||
"forwardPorts": [3000] |
||||
} |
||||
|
||||
Loading…
Reference in new issue