Skip to content

Commit 871a357

Browse files
authored
auto-detect code changes
1 parent 0549280 commit 871a357

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
}
1414
},
1515
"onCreateCommand": "npm install",
16-
"postAttachCommand": "npm run serve"
16+
"postAttachCommand": {
17+
"server": "npm run serve",
18+
"watcher": "gulp watch"
19+
}
1720
}

0 commit comments

Comments
 (0)