diff --git a/config.json b/config.json index 5279f1fe..8914005b 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "port": 9090, + "port": 9000, "theme": "themes/example.css", "public": true } diff --git a/package.json b/package.json index cf6728df..9ebca4f7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "irc", "server" ], - "main": "http://localhost:9090/", + "main": "http://localhost:9000/", "node-main": "./index.js", "single-instance": false, "window": {