a fix to add jazz-wasm as a direct dependency to Vite-based starters
I added jazz-wasm as a direct dependency to six Vite-based starter templates. When using pnpm, packages only get hoisted to the top level if they’re listed as direct dependencies, so without this change the starters would fail to resolve jazz-wasm at runtime.