From 92b581d9229491dbd37ffba939ee2c5639fe4de5 Mon Sep 17 00:00:00 2001 From: sid597 Date: Sat, 20 Apr 2024 16:39:57 +0530 Subject: [PATCH] fix manifest.edn path in src-dev --- src-dev/dev.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-dev/dev.cljc b/src-dev/dev.cljc index 64a7acc..f714277 100644 --- a/src-dev/dev.cljc +++ b/src-dev/dev.cljc @@ -16,7 +16,7 @@ :port 8080 :resources-path "public/electric_starter_app" :manifest-path ; contains Electric compiled program's version so client and server stays in sync - "public//electric_starter_app/js/manifest.edn"}) + "public/electric_starter_app/js/manifest.edn"}) (defn -main [& args] (log/info "Starting Electric compiler and server...")