Sha256: 0cd3aa0ba4d7e653b50f4817b9078aa9ab6c7ccff69795daef161141e19b5b6c

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

#!/usr/bin/env rackup -s thin
require_relative 'config/boot'

use Rack::Static, urls: {'/faye' => 'faye.html'}, root: 'public'

use Rack::FiberPool, size: 50

run RACK_APPLICATION

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
grape-gen-0.0.6 template/config.ru.tt
grape-gen-0.0.5 template/config.ru.tt
grape-gen-0.0.4 template/config.ru.tt
grape-gen-0.0.3 template/config.ru.tt
grape-gen-0.0.2 template/config.ru.tt
grape-gen-0.0.1 template/config.ru.tt