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:
parent
d57f98e06d
commit
87f9e8b38d
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue