mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Add missing entry to css-dirs of figwheel config.
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
'[figwheel-sidecar.repl-api :as ra])
|
'[figwheel-sidecar.repl-api :as ra])
|
||||||
|
|
||||||
(ra/start-figwheel!
|
(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-port 3449
|
||||||
:server-ip "0.0.0.0"}
|
:server-ip "0.0.0.0"}
|
||||||
:build-ids ["main", "view"]
|
:build-ids ["main", "view"]
|
||||||
|
|||||||
Reference in New Issue
Block a user