feature/devcontainer #55

Merged
luke-else merged 4 commits from feature/devcontainer into main 2025-09-26 09:18:24 +00:00
Showing only changes of commit 9a36a46ad1 - Show all commits

View File

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