devcontainer.json

{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
  }
}
This commit is contained in:
مؤسسة أوبريت لتنظيف وصيانة المباني ونقل العفش 2022-12-19 12:05:40 +03:00 committed by GitHub
parent 066a35dd32
commit 4bf52aeb08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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