From 6163d8245813163e54253e8f999fa66c4ba654db Mon Sep 17 00:00:00 2001 From: Eric Le Ponner <91124272+ericleponner@users.noreply.github.com> Date: Wed, 1 May 2024 13:56:55 +0200 Subject: [PATCH] chore: fixed "The CJS build of Vite's Node API is deprecated" reported by vite (#1002) Signed-off-by: Eric Le Ponner --- cypress.config.ts => cypress.config.js | 0 package.json | 1 + 2 files changed, 1 insertion(+) rename cypress.config.ts => cypress.config.js (100%) diff --git a/cypress.config.ts b/cypress.config.js similarity index 100% rename from cypress.config.ts rename to cypress.config.js diff --git a/package.json b/package.json index 199af053d..bd7b0b322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "hedera-explorer", "version": "0.1.0", + "type": "module", "private": true, "scripts": { "dev": "npm run install:branding && cp ./networks-config-https-example.json ./public/networks-config.json && vite",