tailwind updates, inkbunny listing stuff

This commit is contained in:
Dylan Knutson
2024-12-19 06:04:37 +00:00
parent a15e79a231
commit 29f671b41f
24 changed files with 876 additions and 105 deletions

View File

@@ -1,6 +1,6 @@
# Procfile for development using HMR
# You can run these commands in separate shells
rails: RAILS_ENV=development bundle exec rails s -p 3000
tailwind: RAILS_ENV=development bundle exec rake tailwindcss:watch
rails: RAILS_ENV=development bin/rails s -p 3000
wp-client: HMR=true RAILS_ENV=development bin/webpacker-dev-server
wp-server: HMR=true RAILS_ENV=development SERVER_BUNDLE_ONLY=yes bin/webpacker --watch
css: yarn build:css --watch