add setup_storage to stock_config

This commit is contained in:
Philipp Rothmann 2023-05-06 11:46:45 +02:00 committed by Philipp Rothmann
parent b06656ba80
commit a7775f5a98
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ namespace :foodsoft do
desc "Initialize stock configuration"
task :stock_config do
setup_app_config
setup_storage
setup_development
end
end