Heroku configuration
This commit is contained in:
8
lib/tasks/start.rake
Normal file
8
lib/tasks/start.rake
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace :start do
|
||||
task :development do
|
||||
exec 'heroku local -f Procfile.dev'
|
||||
end
|
||||
end
|
||||
|
||||
desc 'Start development server'
|
||||
task :start => 'start:development'
|
||||
Reference in New Issue
Block a user