mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 02:47:11 +02:00
✨ Adapt exporter app to deployment related chages.
This commit is contained in:
parent
b8526c6e3b
commit
f8881b3c72
4 changed files with 37 additions and 10 deletions
|
@ -54,7 +54,9 @@
|
|||
:incognito (.-CONCURRENCY_CONTEXT ^js ppc/Cluster)
|
||||
:page (.-CONCURRENCY_PAGE ^js ppc/Cluster))
|
||||
opts #js {:concurrency ccst
|
||||
:maxConcurrency concurrency}]
|
||||
:maxConcurrency concurrency
|
||||
:puppeteerOptions #js {:args #js ["--no-sandbox"
|
||||
"--explicitly-allowed-ports=6000"]}}]
|
||||
(.launch ^js ppc/Cluster opts))))
|
||||
|
||||
(defn stop!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue