This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
(ns net.deertopia.doerg.main
|
(ns net.deertopia.doerg.main
|
||||||
|
(:require [net.deertopia.doerg.server :as server]
|
||||||
|
[net.deertopia.doerg.config :as cfg])
|
||||||
(:gen-class))
|
(:gen-class))
|
||||||
|
|
||||||
(defn -main []
|
(defn -main [& _]
|
||||||
(println "hello from doerg"))
|
(binding [cfg/*cfg* (cfg/read-config cfg/sources)]
|
||||||
|
(server/start!)))
|
||||||
|
|||||||
Reference in New Issue
Block a user