2 lines
97 B
TypeScript
2 lines
97 B
TypeScript
export const marketplaceUrl = process.env.NEXT_PUBLIC_MARKETPLACE_URL ?? 'http://localhost:3000'
|