mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-10-27 21:21:06 +08:00
2 lines
136 B
JavaScript
2 lines
136 B
JavaScript
const DEBUG = process.env.NODE_ENV === "development";
|
|
export const BACKEND_BASE = DEBUG ? `http://localhost:3000` : `https://sub.store`; |