Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorthand for IS_BUILD_MODE #2268

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Finish rename to IS_BUILD_MODE
  • Loading branch information
mcgear committed Jan 19, 2024
commit 5f8b9038dc45e77200517470292f95fb602b2f1d
2 changes: 1 addition & 1 deletion src/server/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export type {
export { RenderContext } from "./render.ts";
export type { InnerRenderFunction } from "./render.ts";
export type { DestinationKind } from "./router.ts";
export { IS_BUILDING } from "./utils.ts";
export { IS_BUILD_MODE } from "./utils.ts";

export interface Manifest {
routes: Record<
Expand Down
Loading