FMHY-Website/.devcontainer/devcontainer.json
2024-08-07 12:23:35 +00:00

8 lines
198 B
JSON

{
"name": "FMHYedit",
"postStartCommand": "pnpm install",
"postAttachCommand": "pnpm docs:dev",
"appPort": 5173,
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
}