mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 13:11:23 +00:00
23 lines
355 B
JSON
23 lines
355 B
JSON
{
|
|
"schema": {
|
|
"http://localhost:3001/shop-api": {}
|
|
},
|
|
"generates": {
|
|
"./framework/vendure/schema.d.ts": {
|
|
"plugins": [
|
|
"typescript"
|
|
]
|
|
},
|
|
"./framework/vendure/schema.graphql": {
|
|
"plugins": [
|
|
"schema-ast"
|
|
]
|
|
}
|
|
},
|
|
"hooks": {
|
|
"afterAllFileWrite": [
|
|
"prettier --write"
|
|
]
|
|
}
|
|
}
|