refactor: make companion output file point to root directory

This commit is contained in:
Ifedapo Olarewaju 2018-07-22 18:27:08 +01:00
parent 6941b8ba6c
commit e2a9cd3e4c
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -23,3 +23,6 @@ nohup.out
examples/bundled-example/bundle.js
uppy-*.tgz
.eslintcache
output/*
!output/.keep

View file

@ -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 \

0
output/.keep Normal file
View file