Skip to content

Commit 2bf1487

Browse files
committed
Merge branch 'main' of github.com:o2sh/onefetch
2 parents 8159b34 + fca3aa8 commit 2bf1487

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Node.js & TypeScript",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
4+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/onefetch,type=bind,consistency=cached",
5+
"workspaceFolder": "/workspaces/onefetch/docs/vercel",
6+
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"],
7+
"postCreateCommand": "npm ci",
8+
"postAttachCommand": "npm run dev -- --port 3000",
9+
"settings": {
10+
"editor.formatOnSave": true
11+
},
12+
"portsAttributes": {
13+
"3000": {
14+
"label": "onfetch.dev",
15+
"onAutoForward": "notify"
16+
}
17+
}
18+
}

docs/vercel/.devcontainer/devcontainer.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)