The server crate provides a server with the gateway worker (via miniflare) and a bridge server connecting the worker to an sqlite db
const PORT: u16 = 4000; // `common::environment::Environment` must be initialized before this let server_handle = server::start(PORT).unwrap();
user_grafbase_path
Environment