rack
This commit is contained in:
parent
6d0a5d11f7
commit
d550310cf2
1 changed files with 9 additions and 0 deletions
9
config.ru
Normal file
9
config.ru
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
require_relative './app'
|
||||||
|
|
||||||
|
configure :development do
|
||||||
|
Sinatra::Application.reset!
|
||||||
|
use Rack::Reloader
|
||||||
|
end
|
||||||
|
run LedgerRbApp
|
Loading…
Add table
Reference in a new issue