serves a magic api from a pregenerated magic api bundle.
npm i @grundstein/gas
// show full help
gas --help
// serve the ./public directory
gas
// serve specific directory
gas --dir local/directory/path
// serve on specific host and port
gas --host grundstein.it --port 2323
first release
use url.pathToFileURL to make windows await import api files correctly