Description and expected behavior
Nextjs is reporting that a missing module 'pg' could not be found, but my database is sqllite when /api/model is called. If I install pg the error goes away and the route works as expected.
Screenshots
Environment (please complete the following information):
- ZenStack version:3.4.5
- Database type: sqllite
- Node.js/Bun version: 22.19.5
- Package manager: npm
Additional context
Add any other context about the problem here.