the statusphere demo reworked into a vite/react app in a monorepo

samesite strict

Changed files
+1 -1
packages
appview
src
+1 -1
packages/appview/src/routes.ts
··· 20 20 cookieOptions: { 21 21 secure: env.NODE_ENV === 'production', 22 22 httpOnly: true, 23 - sameSite: 'lax', 23 + sameSite: true, 24 24 path: '/', 25 25 // Don't set domain explicitly - let browser determine it 26 26 domain: undefined,