Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
add express
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Apr 15, 2019
1 parent a888b3a commit fe1ef29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@streamhut/server",
"version": "0.0.3",
"version": "0.0.4",
"description": "Stream and send data, terminal to web and vice versa.",
"main": "src/index.js",
"dependencies": {
"arraybuffer-mime": "0.0.5",
"ecstatic": "^3.2.0",
"express": "^4.16.4",
"express-ws": "^4.0.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
Expand All @@ -19,11 +20,10 @@
"watchify": "^3.11.0"
},
"scripts": {
"copy": "cp ../web/build/ build/",
"copy": "cp -r ../web/build build",
"test": "echo 'TODO'",
"start": "node .",
"start:prod": "HOST_URL='https://streamhut.io' NET_PORT=1337 node index.js",
"copy": "cp -r ../web/build build"
"start:prod": "HOST_URL='https://streamhut.io' NET_PORT=1337 node index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fe1ef29

Please sign in to comment.