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

9 lines
220 B
Plaintext

const TELEMETRY_ENABLED = "telemetry.enabled";
const TELEMETRY_NOTIFY_DATE = "telemetry.notifiedAt";
const TELEMETRY_ID = `telemetry.anonymousId`;
export {
TELEMETRY_ENABLED,
TELEMETRY_ID,
TELEMETRY_NOTIFY_DATE
};