home page has links on it

This commit is contained in:
Dylan Knutson
2025-07-23 17:14:27 +00:00
parent fb436e1b75
commit 8333a1bb3f
5 changed files with 55 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
rails: RAILS_ENV=staging HTTP_PORT=3001 TARGET_PORT=3002 bundle exec thrust ./bin/rails server -p 3002
rails: RAILS_ENV=staging HTTP_PORT=3001 bundle exec thrust ./bin/rails server
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