mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🔧 Add common directoy to figwheel watch dir list.
This commit is contained in:
@@ -197,9 +197,10 @@
|
||||
:pprint-config false
|
||||
:load-warninged-code false
|
||||
:auto-testing false
|
||||
:reload-clj-files true
|
||||
:css-dirs ["resources/public/css"]
|
||||
:ring-server-options {:port 3449 :host "0.0.0.0"}
|
||||
:watch-dirs ["src" "test"]})
|
||||
:watch-dirs ["src" "test" "../common"]})
|
||||
|
||||
(defmethod task "figwheel"
|
||||
[& args]
|
||||
|
||||
Reference in New Issue
Block a user