Create devcontainer.json

This commit is contained in:
Godaddy-del 2024-12-08 19:34:03 -05:00 committed by GitHub
commit 22efaaa0b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:80",
"features": {
}
}