mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🎨 Allow remote development with figwheel
This commit is contained in:
parent
e06bc2cc95
commit
f44b9a0fc8
@ -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…
x
Reference in New Issue
Block a user