Update devcontainer.json
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Teamosis 2025-02-22 13:29:39 +06:00 committed by GitHub
parent 883c56b3f6
commit 1e5e5ed7f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,6 @@
}
},
"remoteUser": "node",
"postCreateCommand": "npm run project-setup && npm install && npm run dev:example",
"postCreateCommand": "npm run project-setup && npm install && npm run dev",
"forwardPorts": [1313]
}