Reuse the sandbox Procfile.dev in the main Procfile.dev

Also shorten the admin tailwind watcher to be just `admin`.
This commit is contained in:
Elia Schito 2023-12-29 11:46:16 +01:00
parent 784ae12efe
commit 8a98d20df8
No known key found for this signature in database
GPG Key ID: 9A79FC0070180BEE

View File

@ -1,3 +1,2 @@
web: env RUBY_DEBUG_OPEN=true bin/rails server
css: bin/rails tailwindcss:watch
admin_tailwind: bundle exec rake -C admin tailwindcss:watch
sandbox: foreman start -d sandbox -f sandbox/Procfile.dev
admin: bundle exec rake -C admin tailwindcss:watch