URL_INVALID
The env variables are defined when using
bun run push but not when using npm run push or pnpm run push, resulting in LibsqlError: URL_INVALID: The URL is not in a valid format because url is undefined?authToken=undefinedSolution
bun parsed the
.env file automatically but node does not. You need you use dotenv or something similar when using pnpm/npm/yarn