diff --git a/cli/src/helpers/logNextSteps.ts b/cli/src/helpers/logNextSteps.ts index a51d31ffc0..fc45145860 100644 --- a/cli/src/helpers/logNextSteps.ts +++ b/cli/src/helpers/logNextSteps.ts @@ -59,4 +59,10 @@ export const logNextSteps = async ({ `\nNote: We use the PlanetScale driver so that you can query your data in edge runtimes. If you want to use a different driver, you'll need to change it yourself.` ); } + + if (packages?.lucia.inUse) { + logger.warn( + `\nThank you for trying out the Lucia Auth option. If you encounter any issues, please open an issue!` + ); + } };