code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
i'm trying to start a new project using pnpm and create-t3-app.
initial setup goes fine, but once i've linked up with an awake, free-tier, planetscale db and try to run
i have tried downgrading drizzle-kit to
any help is greatly appreciated
terminal output for good measure:
initial setup goes fine, but once i've linked up with an awake, free-tier, planetscale db and try to run
pnpm db:push, an alias for dotenv drizzle-kit push:mysql, i get the following error.i have tried downgrading drizzle-kit to
^0.19.3 as suggested in this thread Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './relations' is not defined by "exports", which seems to be about a similar issue to mine, but to no avail.any help is greatly appreciated
terminal output for good measure: