mirror of https://github.com/penpot/penpot.git
Add missing entry to css-dirs of figwheel config.
This commit is contained in:
parent
149e99f466
commit
1a8e29a0b1
|
|
@ -2,7 +2,8 @@
|
|||
'[figwheel-sidecar.repl-api :as ra])
|
||||
|
||||
(ra/start-figwheel!
|
||||
{:figwheel-options {:css-dirs ["resources/public/css"]
|
||||
{:figwheel-options {:css-dirs ["resources/public/css"
|
||||
"resources/public/view/css"]
|
||||
:server-port 3449
|
||||
:server-ip "0.0.0.0"}
|
||||
:build-ids ["main", "view"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue