mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
🎨 Allow remote development with figwheel
This commit is contained in:
parent
e06bc2cc95
commit
f44b9a0fc8
1 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,8 @@
|
|||
:build-ids ["main", "view"]
|
||||
:all-builds
|
||||
[{:id "main"
|
||||
:figwheel {:on-jsload "uxbox.main.ui/init"}
|
||||
:figwheel {:websocket-host :js-client-host
|
||||
:on-jsload "uxbox.main.ui/init"}
|
||||
:source-paths ["src" "vendor"]
|
||||
:compiler
|
||||
{:main 'uxbox.main
|
||||
|
@ -31,7 +32,8 @@
|
|||
:verbose true}}
|
||||
|
||||
{:id "view"
|
||||
:figwheel {:on-jsload "uxbox.view.ui/init"}
|
||||
:figwheel {:websocket-host :js-client-host
|
||||
:on-jsload "uxbox.view.ui/init"}
|
||||
:source-paths ["src" "vendor"]
|
||||
:compiler
|
||||
{:main 'uxbox.view
|
||||
|
|
Loading…
Add table
Reference in a new issue