configurable NEXT_PUBLIC_WEBAPP_URL

This commit is contained in:
Timur Ercan
2023-01-16 14:25:55 +01:00
parent b4f795ad10
commit 801548cbd6
5 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1 @@
export const NEXT_PUBLIC_WEBAPP_URL = process.env.NEXT_PUBLIC_WEBAPP_URL;

View File

@ -1,2 +1,3 @@
export { coloredConsole } from "./coloredConsole";
export { default as classNames } from "./classNames";
export { NEXT_PUBLIC_WEBAPP_URL } from "./constants";