diff --git a/apps/desktop/package.json b/apps/desktop/package.json index f4cb061..b88ec78 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -2,7 +2,6 @@ "name": "@furtherverse/desktop", "version": "1.0.0", "private": true, - "main": "out/main/index.js", "scripts": { "build": "electron-vite build", diff --git a/package.json b/package.json index c37733f..96a626d 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "scripts": { "build": "turbo run build", "compile": "turbo run compile", - "compile:linux": "turbo run compile:linux", "compile:darwin": "turbo run compile:darwin", + "compile:linux": "turbo run compile:linux", "compile:windows": "turbo run compile:windows", "dev": "turbo run dev", "dist": "turbo run dist",