mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
refactor: make companion output file point to root directory
This commit is contained in:
parent
6941b8ba6c
commit
e2a9cd3e4c
3 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -23,3 +23,6 @@ nohup.out
|
|||
examples/bundled-example/bundle.js
|
||||
uppy-*.tgz
|
||||
.eslintcache
|
||||
|
||||
output/*
|
||||
!output/.keep
|
||||
|
|
|
|||
|
|
@ -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
0
output/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue