10 lines
142 B
Text
10 lines
142 B
Text
![]() |
# encoding: utf-8
|
||
|
|
||
|
require_relative './app'
|
||
|
|
||
|
configure :development do
|
||
|
Sinatra::Application.reset!
|
||
|
use Rack::Reloader
|
||
|
end
|
||
|
run LedgerRbApp
|