Skip to content

Commit

Permalink
no ssr build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 12, 2023
1 parent b0e00b3 commit 1817f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini/src/lib/router/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function buildLocalSchema(config: Config): Promise<void> {
// load the current version of vite
const { build } = await import('vite')

process.env.HOUDINI_SECONDARY_BUILD = 'ssr'
process.env.HOUDINI_SECONDARY_BUILD = 'true'

// build the schema somewhere we can import from
await build({
Expand Down

0 comments on commit 1817f8b

Please sign in to comment.