Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/3dde8719056a7395e009a271ca70e2a83458c2ad821c616260998dd67e534b33bd3e1bf48a2e3c8f31530a9f8906b3e24c19596ab47e054f8e83e6e01edb6f
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

11 lines
470 B
Text

/**
* This is a TypeScript language service plugin for Next.js app directory,
* it provides the following features:
*
* - Warns about disallowed React APIs in server components.
* - Warns about disallowed layout and page exports.
* - Autocompletion for entry configurations.
* - Hover hint and docs for entry configurations.
*/
import type tsModule from 'typescript/lib/tsserverlibrary';
export declare const createTSPlugin: tsModule.server.PluginModuleFactory;