diff --git a/app/lib/data.ts b/app/lib/data.ts index c25648f6..bc9154d0 100644 --- a/app/lib/data.ts +++ b/app/lib/data.ts @@ -1,4 +1,4 @@ -import { sql } from '@vercel/postgres'; +import { sql } from '@neondatabase/serverless'; import { CustomerField, CustomersTable, diff --git a/tsconfig.json b/tsconfig.json index e28e22fa..3507f02f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "name": "next" } ], - "baseUrl": ".", "paths": { "@/*": ["./*"] }