Rocky_Mountain_Vending/.pnpm-store/v10/files/11/d602ea2ce91aee10f51f52794d268bf9849cefe727e2f503d6f3f6581f8f81a42d7300bea651574ff81ff9768807b1578a20612fa6c771454a6daefb99d19e
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

5 lines
169 B
Text

export declare enum FileType {
File = "file",
Directory = "directory"
}
export declare function fileExists(fileName: string, type?: FileType): Promise<boolean>;