Skip to content

Commit 129e465

Browse files
authored
Update local-execution.mdx
1 parent f556ab0 commit 129e465

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/src/pages/v1/local-execution.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ code.
99
```ts filename="mesh.config.ts"
1010
import { defineConfig } from '@graphql-mesh/compose-cli'
1111

12-
export default defineConfig({
13-
output: 'supergraph.ts'
12+
export const composeConfig = defineConfig({
13+
output: 'supergraph.js',
14+
/* ... */
1415
})
1516
```
1617

0 commit comments

Comments
 (0)