Skip to content

Commit

Permalink
refactor: make companion output file point to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Jul 22, 2018
1 parent 6941b8b commit e2a9cd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ nohup.out
examples/bundled-example/bundle.js
uppy-*.tgz
.eslintcache

output/*
!output/.keep
2 changes: 1 addition & 1 deletion bin/companion
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sh ../env.sh

env \
UPPYSERVER_DATADIR="./packages/@uppy/companion/output" \
UPPYSERVER_DATADIR="./output" \
UPPYSERVER_DOMAIN="localhost:3020" \
UPPYSERVER_PROTOCOL="http" \
UPPYSERVER_PORT=3020 \
Expand Down
Empty file added output/.keep
Empty file.

0 comments on commit e2a9cd3

Please sign in to comment.