Rename devcontainer.json to devcontainer.

This commit is contained in:
Wutthipong Waiyakun 2025-06-23 01:40:17 +07:00 committed by GitHub
parent de65e23aa2
commit ef5a768b47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "@actions/upload-artifact",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
}