mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
Configuration of vendure backend
This commit is contained in:
parent
166bb037e4
commit
4ab8dc6d20
@ -1,4 +1,5 @@
|
||||
{
|
||||
"provider": "vendure",
|
||||
"features": {
|
||||
"cart": true,
|
||||
"search": true,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "nextjs-commerce",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "NODE_OPTIONS='--inspect' next dev",
|
||||
"dev": "NODE_OPTIONS='--inspect' next dev -p 8000",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"analyze": "BUNDLE_ANALYZE=both yarn build",
|
||||
|
@ -23,8 +23,8 @@
|
||||
"@components/*": ["components/*"],
|
||||
"@commerce": ["framework/commerce"],
|
||||
"@commerce/*": ["framework/commerce/*"],
|
||||
"@framework": ["framework/local"],
|
||||
"@framework/*": ["framework/local/*"]
|
||||
"@framework": ["framework/vendure"],
|
||||
"@framework/*": ["framework/vendure/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user