We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b177d commit fda4302Copy full SHA for fda4302
1 file changed
.devcontainer/devcontainer.json
@@ -1,4 +1,20 @@
1
{
2
+ "postAttachCommand": {
3
+ "server": "npm start"
4
+ },
5
+
6
+ "portsAttributes": {
7
+ "3000": {
8
+ "label": "Application",
9
+ "onAutoForward": "openPreview"
10
+ }
11
12
13
+ "customizations": {
14
+ "codespaces": {
15
+ "openFiles": ["src/App.js"]
16
17
18
"onCreateCommand": "npm install && npm run build",
19
"postCreateCommand": ""
20
}
0 commit comments