astro-ghostcms/.pnpm-store/v3/files/42/2be303d5e41df5640d3bb792b53...

9 lines
220 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
const TELEMETRY_ENABLED = "telemetry.enabled";
const TELEMETRY_NOTIFY_DATE = "telemetry.notifiedAt";
const TELEMETRY_ID = `telemetry.anonymousId`;
export {
TELEMETRY_ENABLED,
TELEMETRY_ID,
TELEMETRY_NOTIFY_DATE
};