mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-01 08:32:18 +03:00
test(web): App
This commit is contained in:
committed by
Blake Blackshear
parent
c12aec7c8f
commit
3348f04889
@@ -1 +1,2 @@
|
||||
export const baseUrl = import.meta.env.SNOWPACK_PUBLIC_API_HOST || window.baseUrl || '';
|
||||
import { API_HOST } from '../env';
|
||||
export const baseUrl = API_HOST || window.baseUrl || '';
|
||||
|
||||
Reference in New Issue
Block a user