mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add Progressive Web App (PWA) support
Add PWA setup with vite-plugin-pwa, assets generator, and templates Include CLI flag and interactive prompt option for PWA installation
This commit is contained in:
@@ -135,15 +135,6 @@ cd packages/server && ${packageManagerRunCmd} db:local
|
||||
`;
|
||||
}
|
||||
|
||||
if (auth) {
|
||||
setup += `
|
||||
3. Generate the authentication schema:
|
||||
\`\`\`bash
|
||||
cd packages/server && ${packageManagerRunCmd} auth:generate
|
||||
\`\`\`
|
||||
`;
|
||||
}
|
||||
|
||||
setup += `
|
||||
${auth ? "4" : "3"}. ${
|
||||
orm === "prisma"
|
||||
|
||||
Reference in New Issue
Block a user