This website requires JavaScript.
Explore
Help
Sign In
OpenNeo
/
impress
Watch
1
Star
0
Fork
You've already forked impress
1
Code
Pull requests
Activity
81c6a4a023
impress
/
Procfile.dev
3 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Bundle wardrobe-2020 into the app We add jsbuilding-rails to get esbuild running in the app, and then we copy-paste the files we need from impress-2020 into here! I stopped at the point where it was building successfully, but it's not running correctly: it's not sure about `process.env` in `next`, and I think the right next step is to delete the NextJS deps altogether and use React Router instead.
2023-08-10 15:56:36 -07:00
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
Fix bin/dev to use the right settings in development Oh yeah, I didn't catch that `bin/dev` calls the `Procfile` which in turn calls `yarn build --watch`, which leaves out the important `--public-path=/dev-assets` argument! Calling `yarn dev` instead keeps us consistent!
2023-11-02 16:52:25 -07:00
js: yarn dev
Copy permalink