Skip to content

Commit 04bddbc

Browse files
authored
feat: add dev container configuration (#63)
1 parent 11ef974 commit 04bddbc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "PHP",
3+
"image": "mcr.microsoft.com/devcontainers/php:8.1",
4+
"customizations": {
5+
"jetbrains": {
6+
"backend": "PhpStorm"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)