error in trying to create database schema with the cli
Hey folks here is my
better-auth
config
but every time I run npx @better-auth/cli generate
I get the following error
Solution:Jump to solution
Likely due to your imports.
Could you try this without your
api
import and just comment out all of the functions using it?...3 Replies
Solution
Likely due to your imports.
Could you try this without your
api
import and just comment out all of the functions using it?It could possibly also be due to path alias imports as well.
So if my first idea doesn't work, try changing the
~
in your import paths to use proper paths to each fileokay
it worked