Rocky_Mountain_Vending/.pnpm-store/v10/files/22/9b2e1bbcc11cb4197873c96e4f0f6c25c148db759ed7cdd6e28fa40ff19f3786a048db3bf9bfbac9c17edd47250f1e73a89cdef369de5703502b830dd49ca9
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
254 B
Text

// `esbuild` doesn't support returning `watch*` options from `onStart()`
// plugin callbacks. Instead, we define an empty virtual module that is
// imported by this injected file. Importing the module registers watchers.
import "wrangler:modules-watch";