added start script

This commit is contained in:
2025-11-22 11:30:19 +01:00
parent c618201177
commit 65fd97c8c1
3 changed files with 3 additions and 2 deletions

2
Procfile Normal file
View File

@ -0,0 +1,2 @@
web: bundle exec rails server -p 3000
css: bundle exec rails tailwindcss:watch

View File

@ -1,2 +0,0 @@
web: bin/rails server
css: bin/rails tailwindcss:watch

1
lib/scripts/start.ps1 Normal file
View File

@ -0,0 +1 @@
bundle exec foreman start