Skip to content

Commit

Permalink
chang .mesh folder to ./var/.mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry DEGREMONT committed Jul 10, 2024
1 parent b13962e commit ef08595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-mesh/serve.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createServer } from 'node:http'
import { createBuiltMeshHTTPHandler } from './.mesh'
import { createBuiltMeshHTTPHandler } from './var/.mesh'
import { getConfig } from './utils/parseYamlConfig'
const config = getConfig()

Expand Down

0 comments on commit ef08595

Please sign in to comment.