More work on UI, but this commit has a regression
The user is no longer correctly stored in the session, and I'm not sure why not.
This commit is contained in:
parent
e6d6109575
commit
f5afa67eed
46 changed files with 3054 additions and 2821 deletions
11
env/dev/clj/youyesyet/core.clj
vendored
11
env/dev/clj/youyesyet/core.clj
vendored
|
|
@ -46,7 +46,9 @@
|
|||
mount/start-with-args
|
||||
:started)]
|
||||
(log/info component "started"))
|
||||
(.addShutdownHook (Runtime/getRuntime) (Thread. handler/destroy)))
|
||||
(.addShutdownHook (Runtime/getRuntime)
|
||||
(Thread. handler/destroy)))
|
||||
|
||||
|
||||
(defn -main [& args]
|
||||
(cond
|
||||
|
|
@ -57,4 +59,9 @@
|
|||
(System/exit 0))
|
||||
:else
|
||||
(start-app args)))
|
||||
|
||||
|
||||
(mount/stop)
|
||||
|
||||
(mount/start)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue