mirror of
https://github.com/jordienr/zenblog.git
synced 2026-09-26 17:20:26 -04:00
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
export const IS_DEV = process.env.NODE_ENV === "development";
|