build
Functions
pub fn bundle_build(
entry e: String,
namespace n: String,
outfile o: String,
) -> Promise(Result(Nil, String))
pub fn bundle_watch(
entry e: String,
namespace n: String,
outfile o: String,
) -> Promise(Result(Nil, String))
pub fn copy_build(
sql f: String,
namespace n: String,
outfile o: String,
) -> Promise(Result(Nil, String))
pub fn copy_watch(
sql f: String,
namespace n: String,
outfile o: String,
) -> Promise(Result(Nil, String))