Rocky_Mountain_Vending/.pnpm-store/v10/files/69/8ca5f52af4a819f266274f43140bb3aaaa6cda14180e1536c57fef0fcec60db091731c946c21dae58457cd1611f6b4f585bb396f2d8a506c93e82cd711598d
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

7 lines
No EOL
266 B
Text

export declare enum AttributeNames {
PG_VALUES = "db.postgresql.values",
PG_PLAN = "db.postgresql.plan",
IDLE_TIMEOUT_MILLIS = "db.postgresql.idle.timeout.millis",
MAX_CLIENT = "db.postgresql.max.client"
}
//# sourceMappingURL=AttributeNames.d.ts.map