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:
parent
e5ea8bf302
commit
51f9dfbc4f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue