From 3a97d72e80a288a1d268bac770f8869ffcfcc882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D0=BC=D0=BA=D0=B5=20=D0=94=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B5=D0=B2=D0=B8?= =?UTF-8?q?=D1=87?= Date: Thu, 27 Jun 2024 16:20:08 +0500 Subject: [PATCH] add "sideEffects: false" --- db-viewer-ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/db-viewer-ui/package.json b/db-viewer-ui/package.json index 8e8388d..521df88 100644 --- a/db-viewer-ui/package.json +++ b/db-viewer-ui/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "Database Viewer with custom configuration", "main": "./index.js", + "sideEffects": false, "license": "MIT", "repository": { "type": "git",