diff --git a/example/web/project.clj b/example/web/project.clj index 787934e..5f8cda0 100644 --- a/example/web/project.clj +++ b/example/web/project.clj @@ -30,4 +30,6 @@ "../../web/src/cljs"] :compiler {:output-to "resources/public/js/main.js"}}]} + :aliases {"cljs-repl" ["trampoline" "cljsbuild" "repl-rhino"]} + :main game.web.server)