mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 22:36:10 +02:00
Move worker code into uxbox-worker namespace.
This commit is contained in:
parent
0a17a44560
commit
c13e86c735
6 changed files with 13 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
(let [start (System/nanoTime)]
|
||||
(b/build
|
||||
(b/inputs "src" "vendor")
|
||||
{:main 'uxbox.worker
|
||||
{:main 'uxbox-worker.main
|
||||
:output-to "resources/public/js/worker.js"
|
||||
:output-dir "resources/public/js/worker"
|
||||
:asset-path "js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue