Can't get Auth0 auth to work

Having failed to get Firebase to work with Redwood I’ve moved onto Auth0 following the instructions here:

at localhost:8910 I get:

auth.ts:6 Uncaught ReferenceError: process is not defined
    at auth.ts:6:11

which is this line:

domain: process.env.AUTH0_DOMAIN || '',