added start script
This commit is contained in:
2
Procfile
Normal file
2
Procfile
Normal file
@ -0,0 +1,2 @@
|
||||
web: bundle exec rails server -p 3000
|
||||
css: bundle exec rails tailwindcss:watch
|
||||
@ -1,2 +0,0 @@
|
||||
web: bin/rails server
|
||||
css: bin/rails tailwindcss:watch
|
||||
1
lib/scripts/start.ps1
Normal file
1
lib/scripts/start.ps1
Normal file
@ -0,0 +1 @@
|
||||
bundle exec foreman start
|
||||
Reference in New Issue
Block a user