mirror of
https://github.com/thedjinn/js303.git
synced 2025-08-16 23:38:15 +02:00
7 lines
84 B
Ruby
7 lines
84 B
Ruby
require "bundler"
|
|
Bundler.require
|
|
|
|
require_relative "app"
|
|
|
|
run Sinatra::Application
|