We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df3ae63 + 2c58213 commit c9d519bCopy full SHA for c9d519b
Procfile.dev
@@ -1,3 +1,3 @@
1
web: bin/rails server -p 3000 -b 0.0.0.0
2
-js: npm run build --watch
3
-css: npm run build:css --watch
+js: npm run build:dev --watch
+css: npm run build:css:dev --watch
0 commit comments