Files
frigate/web/src/__mocks__/env.js
T

3 lines
81 B
JavaScript

export const ENV = 'test';
export const API_HOST = 'http://base-url.local:5000';