bf1558eeb0
### Summary The `server` package implements a static file web server intended to be used during development. The goal is to have it as close to a production environment as possible. Not there yet. This is the first step.
4 lines
69 B
Ruby
4 lines
69 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
gemspec
|