const coral = @import("coral");
const ona = @import("ona");
pub fn main() !void {
ona.run_app(.{.sandboxed_path = &ona.file.Path.cwd});
}