ona/source/runner.zig

6 lines
107 B
Zig

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