Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/003df2de27db5804d2f8edd035b8dc766202a1d4a60d7dee6fabaae023fb984b81fd7be2f7823b167b014983246143f8ce43fda751cea3a245e7041b81abf4
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
No EOL
251 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