module

Lucky::ServerSettings

Constants

YAML_SETTINGS_PATH = "./config/watch.yml"

Instance methods

host

The host for your local development. Depending on your setup, you may need localhost, 127.0.0.1, or 0.0.0.0

Source
port

The port to run your local dev server

Source
reload_port

This is the port the dev watcher service will run on

Source
reload_watch_paths

Watch additional paths for changes

Source