Skip to content

Commit

Permalink
Add back :main to project.clj
Browse files Browse the repository at this point in the history
When it's there, uberjar will complain. But when it's nil, lein dev and
more won't work.
  • Loading branch information
heralden committed Jan 26, 2021
1 parent 9062550 commit 207d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:less {:source-paths ["less"]
:target-path "resources/public/css"}

:main nil
:main im-tables.core

:profiles {:dev {:dependencies [[binaryage/devtools "1.0.0"]
[day8.re-frame/re-frame-10x "0.6.2"]
Expand Down

0 comments on commit 207d8dd

Please sign in to comment.