mirror of
https://github.com/vercel/commerce.git
synced 2025-07-28 20:51:23 +00:00
.vscode
assets
components
config
framework
bigcommerce
commerce
local
local-old
api
product
.env.template
README.md
commerce.config.json
example.json
index.tsx
next.config.js
provider.ts
schema.d.ts
schema.graphql
shopify
swell
vendure
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
README.md
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
6 lines
85 B
JavaScript
6 lines
85 B
JavaScript
const commerce = require('./commerce.config.json')
|
|
|
|
module.exports = {
|
|
commerce,
|
|
}
|