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>
17 lines
422 B
Text
17 lines
422 B
Text
{
|
|
"name": "test-fixtures",
|
|
"imports": {
|
|
"#main-entry-point": {
|
|
"require": {
|
|
"node": "./something.js",
|
|
"default": "./something.js"
|
|
},
|
|
"import": {
|
|
"node":"./something.mjs",
|
|
"default": "./something.mjs"
|
|
}
|
|
},
|
|
"#main-entry-point-string" : "./something.js",
|
|
"#main-entry-point-external" : "some-external-cjs-module"
|
|
}
|
|
}
|