mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 13:00:26 +01:00
10 lines
165 B
Ruby
10 lines
165 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "rubygems"
|
|
require "bundler"
|
|
|
|
Bundler.require :default, :development
|
|
|
|
Combustion.initialize! :all
|
|
run Combustion::Application
|