Skip to content

Commit

Permalink
add log back
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 8, 2023
1 parent 980f176 commit 6fafc12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/houdini-adapter-cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const adapter: Adapter = async ({ adapterPath, outDir, sourceDir }) => {
// import
workerContents = workerContents.replaceAll('houdini/adapter', adapterPath)

console.log({ outDir })

await fs.writeFile(path.join(outDir, '_worker.js'), workerContents!)
}

Expand Down

0 comments on commit 6fafc12

Please sign in to comment.