Tactical commit while I try to understand why the app doesn't rebuild
This commit is contained in:
parent
f5afa67eed
commit
16af040537
45 changed files with 282 additions and 1973 deletions
9
env/dev/clj/youyesyet/core.clj
vendored
9
env/dev/clj/youyesyet/core.clj
vendored
|
|
@ -1,4 +1,5 @@
|
|||
(ns youyesyet.core
|
||||
(ns ^{:doc "Devalopment launcher, entirely boilerplate from Luminus."}
|
||||
youyesyet.core
|
||||
(:require [youyesyet.handler :as handler]
|
||||
[luminus.repl-server :as repl]
|
||||
[luminus.http-server :as http]
|
||||
|
|
@ -60,8 +61,8 @@
|
|||
:else
|
||||
(start-app args)))
|
||||
|
||||
(mount/stop)
|
||||
|
||||
(mount/start)
|
||||
;; (mount/start)
|
||||
;; (mount/stop)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue