mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fixed port problem
This commit is contained in:
parent
e5ea8bf302
commit
51f9dfbc4f
@ -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"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user