chore: fix `devcontainer.json` syntax (#26776)

This commit is contained in:
@beer 2024-04-15 20:17:26 +06:00 committed by GitHub
parent 6e6cfe96ea
commit 1ac02b857e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// https://containers.dev/implementors/json_reference/
{
"name": "nuxt-devcontainer",
"dockerFile": "Dockerfile",
"build": { "dockerfile": "Dockerfile" },
"features": {},
"customizations": {
"vscode": {