Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
No EOL
434 B
Text
10 lines
No EOL
434 B
Text
import { instrumentCron } from './cron';
|
|
import { instrumentNodeCron } from './node-cron';
|
|
import { instrumentNodeSchedule } from './node-schedule';
|
|
/** Methods to instrument cron libraries for Sentry check-ins */
|
|
export declare const cron: {
|
|
instrumentCron: typeof instrumentCron;
|
|
instrumentNodeCron: typeof instrumentNodeCron;
|
|
instrumentNodeSchedule: typeof instrumentNodeSchedule;
|
|
};
|
|
//# sourceMappingURL=index.d.ts.map |