Skip to content

Commit

Permalink
docs: add parallel flag to start ALL remotes of the example
Browse files Browse the repository at this point in the history
  • Loading branch information
judithhartmann committed Oct 6, 2024
1 parent 908d966 commit fd28757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dev-vv": "pnpm -filter 'examples-vite-vite*' run dev",
"dev-nv": "pnpm -filter 'examples-nuxt-vite-host' -filter 'examples-vite-vite-remote' run dev",
"preview-vv": "pnpm -filter 'examples-vite-vite*' run preview",
"multi-example": "pnpm --filter \"multi-example-*\" run start",
"multi-example": "pnpm --filter \"multi-example-*\" --parallel run start",
"test": "vitest",
"e2e": "playwright test"
},
Expand Down

0 comments on commit fd28757

Please sign in to comment.