Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/d8caba14b57fbc9429c3c409fa937de340a3e7c91cdd8abb2d57babd5dbcdd442f2ffe7999392281aa4952bc9812e02d40899fe9ab80ea946c2e1709645e05
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

3 lines
255 B
Text

/** Creates a function that gets the module name from a filename */
export declare function createGetModuleFromFilename(basePath?: string, isWindows?: boolean): (filename: string | undefined) => string | undefined;
//# sourceMappingURL=module.d.ts.map