From 8514ddfa367bb1d1fdeee7d54abb5be5782b6308 Mon Sep 17 00:00:00 2001 From: Teoto Date: Wed, 29 Apr 2026 10:44:33 +0300 Subject: [PATCH] Le --- app/lib/data.ts | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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": { "@/*": ["./*"] }