Should make reloading AND aot work again
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
(org.eclipse.jetty.server.handler StatisticsHandler)
|
||||
(org.eclipse.jetty.server.handler.gzip GzipHandler)))
|
||||
|
||||
(println "LOADING SERVER")
|
||||
|
||||
|
||||
(defn add-shutdown-hook! [^Runnable f]
|
||||
(.addShutdownHook (Runtime/getRuntime)
|
||||
(Thread. f)))
|
||||
|
||||
Reference in New Issue
Block a user