chore: Removed run command from devcontainer

This commit is contained in:
2025-09-25 23:34:11 +01:00
parent 558bca7f56
commit 9a36a46ad1

View File

@@ -14,5 +14,5 @@
] ]
} }
}, },
"postCreateCommand": "pnpm install && pnpm run dev" "postCreateCommand": "pnpm install"
} }