mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix call to exporter and exporter setup in devenv
This commit is contained in:
@@ -14,6 +14,7 @@ yarn install
|
|||||||
popd
|
popd
|
||||||
pushd ~/penpot/exporter/
|
pushd ~/penpot/exporter/
|
||||||
yarn install
|
yarn install
|
||||||
|
npx playwright install chromium
|
||||||
popd
|
popd
|
||||||
|
|
||||||
tmux -2 new-session -d -s penpot
|
tmux -2 new-session -d -s penpot
|
||||||
|
|||||||
@@ -165,7 +165,7 @@
|
|||||||
:wait true}]
|
:wait true}]
|
||||||
(rx/concat
|
(rx/concat
|
||||||
(rx/of ::dwp/force-persist)
|
(rx/of ::dwp/force-persist)
|
||||||
(->> (rp/query! :export-shapes params)
|
(->> (rp/query! :exporter params)
|
||||||
(rx/mapcat (fn [{:keys [id filename]}]
|
(rx/mapcat (fn [{:keys [id filename]}]
|
||||||
(->> (rp/query! :exporter {:cmd :get-resource :blob? true :id id})
|
(->> (rp/query! :exporter {:cmd :get-resource :blob? true :id id})
|
||||||
(rx/map (fn [data]
|
(rx/map (fn [data]
|
||||||
|
|||||||
Reference in New Issue
Block a user