Sha256: 3baddf84999222adeab2e617d7edd00c8c4ed55ac8fc6b820b2254269731a36c

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

ENV["LAZAR_ENV"] = "development"
SERVICE = "nano-lazar-gui"
require 'bundler'
Bundler.require
require File.expand_path './application.rb'
require "sinatra/reloader" if development?

FileUtils.mkdir_p 'log' unless File.exists?('log')
log = File.new("log/nano-lazar.log", "a")
#$stdout.reopen(log)
#$stderr.reopen(log)

run Sinatra::Application

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nano-lazar-1.1.1 config.ru
nano-lazar-1.1.0 config.ru