Skip to content

Commit c8dd9e6

Browse files
authored
auto-start the server
1 parent 08df30d commit c8dd9e6

2 files changed

Lines changed: 5872 additions & 3414 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"customizations": {
99
"codespaces": {
1010
"openFiles": [
11-
"src/app.js"
11+
"build/app.js"
1212
]
1313
}
1414
},
15-
"postAttachCommand": "npm install && npm run serve"
15+
"postAttachCommand": "npm run serve"
1616
}

0 commit comments

Comments
 (0)