We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94460b2 commit 77ce10fCopy full SHA for 77ce10f
1 file changed
examples/docker/client/src/server.js
@@ -1,7 +1,7 @@
1
const path = require('path');
2
const express = require('express');
3
4
-const PORT = 5000;
+const PORT = 5001;
5
6
const chronosConfig = require('./chronos-config');
7
const Chronos = require('@chronosmicro/tracker');
0 commit comments