File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/rrweb-player/.svelte-kit Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ declare module '$env/static/private' {
129
129
export const npm_package_dependencies_kleur : string ;
130
130
export const npm_package_dependencies_devalue : string ;
131
131
export const npm_config_ignore_scripts : string ;
132
+ export const STATS_BLT : string ;
132
133
export const GITHUB_WORKFLOW_REF : string ;
133
134
export const PERFLOG_LOCATION_SETTING : string ;
134
135
export const GITHUB_ACTION_REPOSITORY : string ;
@@ -371,6 +372,7 @@ declare module '$env/dynamic/private' {
371
372
npm_package_dependencies_kleur : string ;
372
373
npm_package_dependencies_devalue : string ;
373
374
npm_config_ignore_scripts : string ;
375
+ STATS_BLT : string ;
374
376
GITHUB_WORKFLOW_REF : string ;
375
377
PERFLOG_LOCATION_SETTING : string ;
376
378
GITHUB_ACTION_REPOSITORY : string ;
You can’t perform that action at this time.
0 commit comments