0
Fork 0
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:
mathieu.brunot 2019-02-21 04:37:30 +01:00
parent e06bc2cc95
commit f44b9a0fc8
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -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