Using the CLI in SvelteKit project
I am a bit confused since I followed the SvelteKit integration guide that recommends
but when I then try any CLI command, like
Any recommendations?
but when I then try any CLI command, like
pnpm dlx @better-auth/cli migrate I get an error corresponding to not being able to access the $app (since it's a SvelteKit thing?).Any recommendations?
Solution
I think right now the only way is just to comment out code that causes the CLI to run into issues,