diff --git a/package.json b/package.json index 3092afd0d..ca31bf4c5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint:check": "biome check", "lint": "biome check --fix", "test": "jest", - "start": "NODE_ENV='development' && electron . --enable-logging", + "start": "electron . --enable-logging", "prepare": "husky" }, "engines": {