mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 20:41:38 +02:00
🐛 Fix worker configuration initialization.
This commit is contained in:
parent
c3a5156a6c
commit
d67dbcf2aa
8 changed files with 50 additions and 17 deletions
|
@ -5,10 +5,16 @@
|
|||
;; Copyright (c) 2016 Andrey Antukh <niwi@niwi.nz>
|
||||
|
||||
(ns uxbox.worker.impl
|
||||
(:require [uxbox.util.transit :as t]))
|
||||
(:require
|
||||
[okulary.core :as l]
|
||||
[uxbox.util.transit :as t]))
|
||||
|
||||
(enable-console-print!)
|
||||
|
||||
;; --- Config
|
||||
|
||||
(defonce config (l/atom {}))
|
||||
|
||||
;; --- Handler
|
||||
|
||||
(defmulti handler :cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue