Skip to content

Commit 2eed1db

Browse files
authored
Merge branch 'master' into master
2 parents 3691c7f + c6976d4 commit 2eed1db

3 files changed

Lines changed: 7880 additions & 12378 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"portsAttributes": {
3+
"8080": {
4+
"label": "Application",
5+
"onAutoForward": "openPreview"
6+
}
7+
},
8+
"customizations": {
9+
"codespaces": {
10+
"openFiles": [
11+
"src/app.js"
12+
]
13+
}
14+
},
15+
"postAttachCommand": "npm install && npm run serve"
16+
}

0 commit comments

Comments
 (0)