Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Adrian Thompson
2020-09-02 09:51:45 +02:00
3 changed files with 1232 additions and 50 deletions

6
package-lock.json generated
View File

@@ -3770,9 +3770,9 @@
"dev": true
},
"elliptic": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
"integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
"integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
"dev": true,
"requires": {
"bn.js": "^4.4.0",

View File

@@ -108,4 +108,6 @@ app.use("/service-worker.js", function(req, res) {
res.sendFile(path.join(__dirname, "public/sw/serviceWorker.js"));
});
server.listen(30030);
PORT = 30030
console.log(`Running on port: ${PORT}`)
server.listen(PORT);

1272
yarn.lock

File diff suppressed because it is too large Load Diff