mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-29 10:21:35 -05:00
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
export const IS_DEV = process.env.NODE_ENV === "development";
|