diff --git a/.projectile b/.projectile
index f3471f58b0..d55ff06403 100644
--- a/.projectile
+++ b/.projectile
@@ -5,7 +5,6 @@
-/.cpcache
-/.shadow-cljs/
-/resources/static/js/cljs-runtime/
--/resources/static/js/common.js
-/resources/static/js/main.js
-/resources/static/js/sentry.min.js
-/resources/static/js/highlight.min.js
diff --git a/deps.edn b/deps.edn
index 6d8002d4c1..2ced7467ad 100755
--- a/deps.edn
+++ b/deps.edn
@@ -1,4 +1,4 @@
-{:paths ["src/main" "src/workspaces" "templates"]
+{:paths ["src/main" "src/electron" "src/workspaces" "templates"]
:deps
{org.clojure/clojure {:mvn/version "1.10.0"}
cheshire/cheshire {:mvn/version "5.10.0"}
diff --git a/public/index.html b/public/index.html
index 788278c06d..f52f9a4349 100644
--- a/public/index.html
+++ b/public/index.html
@@ -51,11 +51,10 @@ const portal = new MagicPortal(worker);
-
+
-
-
+
-