Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/5fb10a48d217f86886b0df802076f743dc07aa98bbf3fe3cb75fbff387aeae4408dbc73a1fb802f492c15a06a2b4564fbee6bdb0ee551ef403e2dab666519e
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

4 lines
238 B
Text

import { AbsoluteFilenameNormalizer } from '../../absolute-filename-normalizer';
export declare class DevPagesPathnameNormalizer extends AbsoluteFilenameNormalizer {
constructor(pagesDir: string, extensions: ReadonlyArray<string>);
}