mirror of
https://github.com/khairul169/code-share.git
synced 2025-04-29 00:59:37 +07:00
3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
export const IS_DEV = process.env.NODE_ENV !== "production";
|
|
export const BASE_URL = process.env.BASE_URL || "";
|