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.
8 lines
66 B
Text
8 lines
66 B
Text
build/
|
|
tmp/
|
|
node_modules/
|
|
.bundle/
|
|
*.log
|
|
*.sh
|
|
*.core
|
|
Gemfile.lock
|