Skip to content

Commit

Permalink
Merge pull request #6200 from alex-yi37/fix-dev-procfile
Browse files Browse the repository at this point in the history
updates Procfile.dev to use dev js and css build scripts
  • Loading branch information
compwron authored Jan 30, 2025
2 parents df3ae63 + 2c58213 commit c9d519b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bin/rails server -p 3000 -b 0.0.0.0
js: npm run build --watch
css: npm run build:css --watch
js: npm run build:dev --watch
css: npm run build:css:dev --watch

0 comments on commit c9d519b

Please sign in to comment.