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.
3 lines
61 B
Ruby
3 lines
61 B
Ruby
require "bundler/setup"
|
|
require "test/unit"
|
|
require "server"
|