Rocky_Mountain_Vending/.pnpm-store/v10/files/bc/6b311c86bc179d0b5a02710871130030cfa54845e830e341419431680574537521e47c5b0719cdc80b97197b8cfc82e9b88bb733f9fd5abe53f32788b7165d
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
No EOL
171 B
Text

export function isAPIRoute(value) {
return value === '/api' || Boolean(value == null ? void 0 : value.startsWith('/api/'));
}
//# sourceMappingURL=is-api-route.js.map