From 492f736bfd691e783e254f6c5b58e0f588c9bcfd Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 19 Apr 2024 09:16:25 +0700 Subject: Update package.json and .env.example --- .env.example | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e49afb7..b3e5932 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,6 @@ DB_PASS= DB_HOST= DB_PORT= DB_NAME= -DB_URL="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" +DB_URL="postgresql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" JWT_SECRET= SELF_HOST= \ No newline at end of file diff --git a/package.json b/package.json index afeefcf..3ed98f1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@ducanh2912/next-pwa": "^9.7.2", - "@nextui-org/react": "^2.1.13", + "@nextui-org/react": "^2.3.5", "@prisma/client": "^5.5.2", "@tanstack/react-query": "^5.4.3", "bcrypt": "^5.1.1", -- cgit v1.2.3