Files
skills-here-run-place/node_modules/astro/dist/events/index.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

13 lines
324 B
JavaScript

import { AstroTelemetry } from "@astrojs/telemetry";
import { version as viteVersion } from "vite";
import { ASTRO_VERSION } from "../core/constants.js";
const telemetry = new AstroTelemetry({
astroVersion: ASTRO_VERSION,
viteVersion
});
export * from "./error.js";
export * from "./session.js";
export {
telemetry
};