import { PostgresError } from "postgres" - build error?
I'm getting build error when i try to import
It says
I have code like this
PostgresError from postgresIt 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
