Project

General

Profile

Download (318 Bytes) Statistics
| Branch: | Tag: | Revision:
d8cbf89c Lukáš Zapletal
#!/bin/sh
b595a97f MariaAga
FILTERED_WEBPACK_OPTS=$(echo $WEBPACK_OPTS | sed -e 's/--key [^ ]*//g' -e 's/--public [^ ]*//g' -e 's/--https [^ ]*//g' -e 's/--cert [^ ]*//g' -e 's/--cacert [^ ]*//g' -e 's/--host [^ ]*//g') && npx webpack --config config/webpack.config.js --watch $FILTERED_WEBPACK_OPTS &
3a1aa057 Lukas Zapletal
./bin/rails server -b \[::\] "$@"