remove docker addon

This commit is contained in:
Aman Varshney
2025-03-23 22:53:38 +05:30
parent 9c8f386184
commit 5076bf4176
8 changed files with 8 additions and 107 deletions

View File

@@ -10,11 +10,6 @@ export async function getAddonsChoice(
const response = await multiselect<ProjectAddons>({
message: "Which Addons would you like to add?",
options: [
{
value: "docker",
label: "Docker setup",
hint: "Containerize your application",
},
{
value: "pwa",
label: "PWA (Progressive Web App)",