Update devcontainer.json

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", "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] "forwardPorts": [1313]
} }