robisim74/qwik-speak

"isDev" not defined

Closed this issue · 1 comments

I followed all instructions on the quick start till the end of the page but in the entry.ssr.tsx file I get the error that "isDev" is not defined.

My entry.ssr.tsx file

image

Import:

import { isDev } from '@builder.io/qwik/build';