mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 13:37:00 +02:00
🎉 Add binfile-v3 export/import file format
This commit is contained in:
parent
4fb5d3fb20
commit
8618cb950f
35 changed files with 2031 additions and 599 deletions
|
@ -64,8 +64,9 @@
|
|||
|
||||
(reply-completed
|
||||
([] (reply-completed nil))
|
||||
([msg] (post {:payload msg
|
||||
:completed true})))]
|
||||
([msg]
|
||||
(post {:payload msg
|
||||
:completed true})))]
|
||||
|
||||
(try
|
||||
(let [result (impl/handler payload transfer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue