Fixed build.

This commit is contained in:
Mike Cao
2025-04-29 14:04:55 -07:00
parent 13755417b1
commit ec7d5bdfe2
2 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import 'dotenv/config';
import { sendTelemetry } from './telemetry';
import { sendTelemetry } from './telemetry.mjs';
async function run() {
if (!process.env.DISABLE_TELEMETRY) {