add tailwind (oh the hopeful, they live in bliss)

This commit is contained in:
2022-11-21 12:52:39 +02:00
parent 91e46684f1
commit cfb096f5d1
5 changed files with 31 additions and 4 deletions

View File

@ -1,9 +1,8 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
if ! command -v foreman &> /dev/null
then
if ! gem list foreman -i --silent; then
echo "Installing foreman..."
gem install foreman
fi
foreman start -f Procfile.dev "$@"
exec foreman start -f Procfile.dev "$@"