mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 15:41:38 +02:00
Move all files under frontend directory.
This commit is contained in:
parent
92b45b2d05
commit
e21798f1ed
603 changed files with 10 additions and 31 deletions
8
frontend/scripts/repl.clj
Normal file
8
frontend/scripts/repl.clj
Normal file
|
@ -0,0 +1,8 @@
|
|||
(require
|
||||
'[cljs.repl]
|
||||
'[cljs.repl.node])
|
||||
|
||||
(cljs.repl/repl
|
||||
(cljs.repl.node/repl-env)
|
||||
:output-dir "out"
|
||||
:cache-analysis true)
|
Loading…
Add table
Add a link
Reference in a new issue