mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 11:44:53 +00:00
Set less frequently used port
This commit is contained in:
parent
5f13a49d1b
commit
534bf403f7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"watch:js": "nodemon --watch src --ext js -x 'npm run build:bundle'",
|
||||
"watch": "npm-run-all --parallel watch:js watch:css",
|
||||
"watch:fast": "npm-run-all --parallel watch:css web:preview",
|
||||
"watch:example:browsersync": "browser-sync start --server 'example' --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'",
|
||||
"watch:example:browsersync": "browser-sync start --server 'example' --port 3452 --serveStatic 'dist' --files 'example/bundle.js, dist/uppy.min.css'",
|
||||
"watch:example:js": "watchify -t ['babelify'] example/main.js -o example/bundle.js -vd",
|
||||
"watch:example": "npm-run-all --parallel watch:example:js watch:css watch:example:browsersync",
|
||||
"web:build": "cd website && node update.js && ./node_modules/.bin/hexo generate --silent && node build-examples.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue