pub usingnamespace @import("src/main.zig");
pub const bun = @import("src/bun.zig");
pub const content = struct {
pub const error_js_path = "packages/bun-error/dist/index.js";
pub const error_js = @embedFile(error_js_path);
pub const error_css_path = "packages/bun-error/dist/bun-error.css";
pub const error_css_path_dev = "packages/bun-error/bun-error.css";
pub const error_css = @embedFile(error_css_path);
};
pub const completions = struct {
pub const bash = @embedFile("./completions/bun.bash");
pub const zsh = @embedFile("./completions/bun.zsh");
pub const fish = @embedFile("./completions/bun.fish");
};
d class='form'>
Unnamed repository; edit this file 'description' to name the repository. | |
Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
* feat: use @astrojs/check
* fix: what happened in my rebase??
* nit: adjust with feedback
|
|
|
|
* feat: make Sharp the default image service
* chore: lockfile
|
|
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|