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

@@ -174,9 +174,5 @@ function generateScriptsList(
}
}
if (auth) {
scripts += `\n- \`cd packages/server && ${packageManagerRunCmd} auth:generate\`: Generate authentication schema`;
}
return scripts;
}