5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
/**
|
|
* Configuration values for the Ember Market frontend
|
|
*/
|
|
|
|
export const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || '';
|