mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +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
|
examples/bundled-example/bundle.js
|
||||||
uppy-*.tgz
|
uppy-*.tgz
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
|
||||||
|
output/*
|
||||||
|
!output/.keep
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
sh ../env.sh
|
sh ../env.sh
|
||||||
|
|
||||||
env \
|
env \
|
||||||
UPPYSERVER_DATADIR="./packages/@uppy/companion/output" \
|
UPPYSERVER_DATADIR="./output" \
|
||||||
UPPYSERVER_DOMAIN="localhost:3020" \
|
UPPYSERVER_DOMAIN="localhost:3020" \
|
||||||
UPPYSERVER_PROTOCOL="http" \
|
UPPYSERVER_PROTOCOL="http" \
|
||||||
UPPYSERVER_PORT=3020 \
|
UPPYSERVER_PORT=3020 \
|
||||||
|
|
|
||||||
0
output/.keep
Normal file
0
output/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue