Skip to content

Commit 5e8887b

Browse files
Merge pull request #6 from SalesLoft/pf__add-package-lock
Adjusted the webpack dev server startup
2 parents 40ccd70 + d229e91 commit 5e8887b

File tree

4 files changed

+138
-71
lines changed

4 files changed

+138
-71
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
web: bundle exec rails s -p $API_PORT
2-
webpack: webpack-dev-server --port $WEBPACK_PORT
2+
webpack: npm start -- --port=$WEBPACK_PORT

0 commit comments

Comments
 (0)