0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Minor changes on figwheel script.

This commit is contained in:
Andrey Antukh 2016-05-11 00:41:39 +03:00
parent d57f98e06d
commit 87f9e8b38d
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -2,7 +2,9 @@
'[figwheel-sidecar.repl-api :as ra])
(ra/start-figwheel!
{:figwheel-options {:css-dirs ["resources/public/css"]}
{:figwheel-options {:css-dirs ["resources/public/css"]
:server-port 3449
:server-ip "0.0.0.0"}
:build-ids ["dev"]
:all-builds
[{:id "dev"