We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121ebb3 commit 18d3182Copy full SHA for 18d3182
Procfile
@@ -1 +1 @@
1
-web: lein with-profile uberjar trampoline run -m firedamp.core $PORT
+web: lein with-profile production trampoline run -m firedamp.core $PORT
project.clj
@@ -28,4 +28,5 @@
28
catch [[:inner 0]]}}
29
:main ^:skip-aot firedamp.core
30
:target-path "target/%s"
31
- :profiles {:uberjar {:aot :all}})
+ :profiles {:uberjar {:aot :all}
32
+ :production {}})
0 commit comments