You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🐛 fix(cli): set DATABASE_URL env for prisma generate
Prisma CLI requires DATABASE_URL environment variable to exist
during `prisma generate`, even though the actual database path
is determined at runtime by db/index.ts via datasources option.
This fixes `npx markpdfdown` failing when DATABASE_URL is not set.
Co-Authored-By: Claude <noreply@anthropic.com>
* 📝 docs: fix releases page URL in README files
Co-Authored-By: Claude <noreply@anthropic.com>
* 🐛 fix(cli): add electron and prisma to dependencies for npx
Move electron and prisma from devDependencies to dependencies
to ensure they are installed when running via npx. This fixes
the ENOENT error when launching electron on Mac/Linux.
- Use require('electron') to get the reliable executable path
- Use local prisma CLI to avoid version conflicts with global
Co-Authored-By: Claude <noreply@anthropic.com>
* 📝 docs: add -y flag to npx command in README
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments