mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 12:38:24 +02:00
🐛 Fix many issues after PR review
This commit is contained in:
parent
2f6018c35c
commit
903a9356a9
18 changed files with 243 additions and 99 deletions
|
@ -15,9 +15,15 @@
|
|||
|
||||
:modules
|
||||
{:shared {:entries []}
|
||||
|
||||
:main {:entries [app.main]
|
||||
:depends-on #{:shared}
|
||||
:init-fn app.main/init}
|
||||
|
||||
:render {:entries [app.render]
|
||||
:depends-on #{:shared}
|
||||
:init-fn app.render/init}
|
||||
|
||||
:worker {:entries [app.worker]
|
||||
:web-worker true
|
||||
:depends-on #{:shared}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue