graph TD
web --> ui
web --> web-landing-navigation
web-landing-navigation --> ui
api-auth --> api-config
api-auth-e2e --> api-auth
pnpm nx serve web
pnpm wrangler d1 execute dev-certifine --local --file=db/schema/schema.sql
pnpm nx serve api-auth
VITE_GOOGLE_REDIRECT_URI=http://localhost:8788/api/auth/google/callback pnpm nx build web
$Env:VITE_GOOGLE_REDIRECT_URI=http://localhost:8788/api/auth/google/callback pnpm nx build web
pnpm wrangler pages dev dist/apps/web/deploy
pnpm nx storybook ui