mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
3 lines
187 B
Bash
Executable file
3 lines
187 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
clojure -J-Xms50m -J-Xmx256m -J-XX:+UseSerialGC -Sdeps '{:deps {reply/reply {:mvn/version "0.5.0"}}}' -M -m reply.main --attach localhost:6064 -e "(in-ns 'app.main)"
|