mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-15 20:26:02 +00:00
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
export const Constants = {
|
|
// DOMAIN: process.env.NEXT_PUBLIC_API_PATH,
|
|
DOMAIN: "http://scraperr_api.localhost",
|
|
};
|