From 6d4527d7328c90c2a31fd9a891ad22ebc90606d2 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Wed, 20 Nov 2024 22:49:54 -0500 Subject: [PATCH] Update .env and build process --- .env | 2 +- .eslintrc.json | 5 ++++- .gitignore | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 7ce80a4..349063e 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -POSTGRES_URL="postgres://default:UhgYZQV3Tk5x@ep-green-bar-a4foofof-pooler.us-east-1.aws.neon.tech/verceldb?sslmode=require" +POSTGRES_URL="" NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_ZmFjdHVhbC1saWdlci0xMi5jbGVyay5hY2NvdW50cy5kZXYk CLERK_SECRET_KEY=sk_test_67aglhtMoQwtdV5sRzkpCDE4F8S2nWyyGVW5XQAJ6o \ No newline at end of file diff --git a/.eslintrc.json b/.eslintrc.json index 3722418..e5b6571 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": ["next/core-web-vitals", "next/typescript"] + "extends": "next/core-web-vitals", + "rules": { + "@typescript-eslint/no-empty-interface": "off" + } } diff --git a/.gitignore b/.gitignore index 26b002a..aec8848 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts +.env*.local