mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
configurable NEXT_PUBLIC_WEBAPP_URL
This commit is contained in:
1
packages/lib/constants.ts
Normal file
1
packages/lib/constants.ts
Normal file
@ -0,0 +1 @@
|
||||
export const NEXT_PUBLIC_WEBAPP_URL = process.env.NEXT_PUBLIC_WEBAPP_URL;
|
||||
@ -1,2 +1,3 @@
|
||||
export { coloredConsole } from "./coloredConsole";
|
||||
export { default as classNames } from "./classNames";
|
||||
export { NEXT_PUBLIC_WEBAPP_URL } from "./constants";
|
||||
|
||||
Reference in New Issue
Block a user