Skip to content

Commit 9ac8018

Browse files
committed
clerk vue fix
2 parents 1b69260 + 8223944 commit 9ac8018

5 files changed

Lines changed: 370 additions & 327 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ delete
33
.hackpack-state.json
44
महत्वपूर्ण.md
55
activate-hackpack.bat
6-
deactivate-hackpack.bat
6+
deactivate-hackpack.bat
7+
test1/
8+
test2/

lib/authentication/utils/clerkreact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function setupViteReactClerk(framework, projectName, language, styl
6565
const signUpPageContent = SignUpReactPage(useTailwind);
6666
fs.writeFileSync(signUpPagePath, signUpPageContent)
6767

68-
console.log(chalk.green.bold(`🎉✅ Clerk setup completed successfully! ✅🎉\nYour app is now configured with Clerk authentication .\nYou can now start your app!🚀`));
68+
console.log(chalk.green.bold(`Clerk setup completed successfully! \nYour app is now configured with Clerk authentication .\nYou can now start your app!🚀`));
6969
console.log(chalk.yellow('Update your VITE_CLERK_PUBLISHABLE_KEY in .env.local'));
7070

7171
} catch (error) {

0 commit comments

Comments
 (0)