0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fixed port problem

This commit is contained in:
alonso.torres 2020-11-13 09:30:05 +01:00
parent e5ea8bf302
commit 51f9dfbc4f

View file

@ -21,7 +21,7 @@
(defstate server
:start (ccs/start-server
{:address "127.0.0.1"
:port 6061
:port 6062
:name "main"
:accept 'app.srepl.server/repl})
:stop (ccs/stop-server "main"))