Tailwind init

This commit is contained in:
2023-09-29 17:52:01 +01:00
parent f49dd9a882
commit 7cf23e872e
10 changed files with 59 additions and 1 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
if ! gem list foreman -i --silent; then
echo "Installing foreman..."
gem install foreman
fi
exec foreman start -f Procfile.dev "$@"