From cba583b5cc67ca49e4de94666253b7032a80e82c Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 15 Dec 2023 10:35:34 +0100 Subject: [PATCH] drop --analyze it breaks things --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8211be6968dd..c86110a5184f 100644 --- a/Procfile +++ b/Procfile @@ -2,7 +2,7 @@ # If you wish to use a different server then the default, use e.g. `export RAILS_STARTUP='puma -w 3 -p 3000 --preload'` rails: [ -n "$RAILS_STARTUP" ] && env PRY_WARNING=1 $RAILS_STARTUP || [ -n "$BIND" ] && bin/rails server -b $BIND || env PRY_WARNING=1 bin/rails server # you can use WEBPACK_OPTS to customize webpack server, e.g. 'WEBPACK_OPTS='--https --key /path/to/key --cert /path/to/cert.pem --cacert /path/to/cacert.pem' foreman start ' -webpack: [ -n "$NODE_ENV" ] && npx webpack --config config/webpack.config.js --watch $WEBPACK_OPTS || env NODE_ENV=development npx webpack --config config/webpack.config.js --watch --analyze +webpack: [ -n "$NODE_ENV" ] && npx webpack --config config/webpack.config.js --watch $WEBPACK_OPTS || env NODE_ENV=development npx webpack --config config/webpack.config.js --watch #TODO readme/forklift to change/remove --key to --server-options-key # --public -> --client-web-socket-url and see why it doesnt work # --https --> --server-type