post favs view, fa and ib post show pages

This commit is contained in:
Dylan Knutson
2025-02-11 20:24:28 +00:00
parent dd14f1d521
commit be8e52c792
63 changed files with 1154 additions and 271 deletions

View File

@@ -1,4 +1,4 @@
rails: RAILS_ENV=development bundle exec rails s -p 3000
rails: RAILS_ENV=development rdbg --command --nonstop --open -- bundle exec rails s -p 3000
wp-client: RAILS_ENV=development HMR=true ./bin/webpacker-dev-server
wp-server: RAILS_ENV=development HMR=true SERVER_BUNDLE_ONLY=yes ./bin/webpacker --watch
css: RAILS_ENV=development yarn "build:css[debug]" --watch