From fc33fa804e00a255b975ce6430e63f10f195a02f Mon Sep 17 00:00:00 2001 From: MGREMY Date: Wed, 8 Jan 2025 18:29:11 +0100 Subject: [PATCH] chore: fix vercel deploy servless function compiled to commonJS --- commitlint.config.js => commitlint.config.cjs | 0 package.json | 1 + 2 files changed, 1 insertion(+) rename commitlint.config.js => commitlint.config.cjs (100%) diff --git a/commitlint.config.js b/commitlint.config.cjs similarity index 100% rename from commitlint.config.js rename to commitlint.config.cjs diff --git a/package.json b/package.json index dbf05cde..b6475b41 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "url": "git+https://github.com/themesberg/flowbite-angular.git" }, "license": "MIT", + "type": "module", "scripts": { "all:build": "nx run-many --target build --all", "all:lint": "nx run-many --target lint --all",