Skip to content

Commit 88a230b

Browse files
authored
Adds Dev Container configuration for Backend
1 parent c9adbca commit 88a230b

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "F20CN CW1 Frontend Dev Container",
3+
"image": "ghcr.io/nhaef/devcontainer-bun:latest",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"steoates.autoimport",
8+
"formulahendry.auto-rename-tag",
9+
"aaron-bond.better-comments",
10+
"oven.bun-vscode",
11+
"ambar.bundle-size",
12+
"EditorConfig.EditorConfig",
13+
"dsznajder.es7-react-js-snippets",
14+
"dbaeumer.vscode-eslint",
15+
"capaj.vscode-exports-autocomplete",
16+
"mhutchie.git-graph",
17+
"github.vscode-github-actions",
18+
"eamodio.gitlens",
19+
"PulkitGangwar.nextjs-snippets",
20+
"esbenp.prettier-vscode",
21+
"mikaelkristiansson87.react-theme-vscode",
22+
"bradlc.vscode-tailwindcss",
23+
"meganrogge.template-string-converter",
24+
"BriteSnow.vscode-toggle-quotes",
25+
"vscode-icons-team.vscode-icons",
26+
"redhat.vscode-yaml"
27+
]
28+
}
29+
},
30+
31+
"forwardPorts": [3000],
32+
"portsAttributes": {
33+
"3000": {
34+
"label": "Next.js Application",
35+
"onAutoForward": "notify"
36+
}
37+
},
38+
39+
"postStartCommand": "bun i"
40+
}
File renamed without changes.

0 commit comments

Comments
 (0)