Files
aidc-ai--pixelle-video/.devcontainer/devcontainer.json
T
wehub-resource-sync 690333661e
Deploy Documentation / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:19:21 +08:00

9 lines
258 B
JSON

{
"name": "Pixelle-Video Codespace",
"image": "mcr.microsoft.com/devcontainers/python:1-3.11",
"forwardPorts": [8501],
"postCreateCommand": ".devcontainer/postCreate.sh",
"postStartCommand": ".devcontainer/postStart.sh",
"remoteUser": "vscode"
}