@insforge/cli 0.1.35 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1872,7 +1872,7 @@ async function readEnvFile(cwd) {
|
|
|
1872
1872
|
|
|
1873
1873
|
// src/lib/analytics.ts
|
|
1874
1874
|
import { PostHog } from "posthog-node";
|
|
1875
|
-
var POSTHOG_API_KEY = "";
|
|
1875
|
+
var POSTHOG_API_KEY = "phc_ueV1ii62wdBTkH7E70ugyeqHIHu8dFDdjs0qq3TZhJz";
|
|
1876
1876
|
var POSTHOG_HOST = process.env.POSTHOG_HOST || "https://us.i.posthog.com";
|
|
1877
1877
|
var client = null;
|
|
1878
1878
|
function getClient() {
|