From ed59e29551e9327ac7a94ecc784f5fec6ff856db Mon Sep 17 00:00:00 2001 From: Pahan Sarathchandra Date: Tue, 21 May 2024 19:43:51 +0300 Subject: [PATCH] Fix build --- package-lock.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index ae6d8b9..dc03792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "@vercel/speed-insights": "^1.0.10", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", + "dotenv": "^16.4.5", "lucide-react": "^0.378.0", "next": "14.2.3", "next-themes": "^0.3.0", @@ -9891,7 +9892,6 @@ "version": "16.4.5", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", - "dev": true, "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 295e6e7..263079d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@vercel/speed-insights": "^1.0.10", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", + "dotenv": "^16.4.5", "lucide-react": "^0.378.0", "next": "14.2.3", "next-themes": "^0.3.0",