Sha256: b525468618c6e10e4434f11d6883635b98b5abba151deeb4e0f40296aa4b830f

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

ENV["LAZAR_ENV"] = "production"
require 'bundler'
Bundler.require
require File.expand_path './application.rb'
require "sinatra/reloader" if development?
run Sinatra::Application

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lazar-gui-1.3.1 config.ru
lazar-gui-1.1.3 config.ru