Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Fix: js dependency bump (#493)
Browse files Browse the repository at this point in the history
* js dependency bump

* upgrade webpack-cli

* addressed createHashHistory warning

* fixed: localStorage is not available for opaque origins (jsdom)

* removed deprecated react-tap-event-plugin

* added server-logs make target
  • Loading branch information
lsh-0 authored and de-code committed Sep 26, 2019
1 parent e9b0d09 commit 5f022c3
Show file tree
Hide file tree
Showing 6 changed files with 9,343 additions and 7,822 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ server-dev-shell: server-build-dev
$(DOCKER_COMPOSE) run --rm peerscout-dev bash


server-logs:
$(DOCKER_COMPOSE) logs -f peerscout


db-start:
$(DOCKER_COMPOSE) up -d db

Expand Down
Loading

0 comments on commit 5f022c3

Please sign in to comment.