Skip to content
2 changes: 2 additions & 0 deletions packages/rrweb-player/.svelte-kit/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ declare module '$env/static/private' {
export const npm_package_dependencies_kleur: string;
export const npm_package_dependencies_devalue: string;
export const npm_config_ignore_scripts: string;
export const STATS_BLT: string;
export const GITHUB_WORKFLOW_REF: string;
export const PERFLOG_LOCATION_SETTING: string;
export const GITHUB_ACTION_REPOSITORY: string;
Expand Down Expand Up @@ -371,6 +372,7 @@ declare module '$env/dynamic/private' {
npm_package_dependencies_kleur: string;
npm_package_dependencies_devalue: string;
npm_config_ignore_scripts: string;
STATS_BLT: string;
GITHUB_WORKFLOW_REF: string;
PERFLOG_LOCATION_SETTING: string;
GITHUB_ACTION_REPOSITORY: string;
Expand Down