UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

15 lines 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPINNER_MESSAGE = void 0; exports.getWelcomeMessage = getWelcomeMessage; /** * Generate welcome message from framework name */ function getWelcomeMessage(frameworkName) { return `PostHog ${frameworkName} wizard (agent-powered)`; } /** * Shared spinner message for all frameworks */ exports.SPINNER_MESSAGE = 'Writing your PostHog setup with events, error capture and more...'; //# sourceMappingURL=framework-config.js.map