import { PostgresError } from "postgres" - build error?
I'm getting build error when i try to import
PostgresError
from postgres
It says The requested module 'postgres' does not provide an export named 'PostgresError'
during build but I am getting no typescript error on my code.
I have code like this
2 Replies
try to import postgres instead
yeah figured it out later