1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-28 20:51:23 +00:00
Files
.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
commerce/framework/local-old/next.config.js
2021-06-10 10:51:42 -03:00

6 lines
85 B
JavaScript

const commerce = require('./commerce.config.json')
module.exports = {
commerce,
}