We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5dfe5 commit ec09778Copy full SHA for ec09778
2 files changed
docs/assets/renderify-streaming-demo.mp4
96.9 KB
package.json
@@ -32,7 +32,7 @@
32
"dev": "pnpm -r --parallel --filter \"./packages/*\" run watch:repo",
33
"watch": "pnpm -r --parallel --filter \"./packages/*\" run watch:repo",
34
"cli": "tsx packages/cli/src/index.ts",
35
- "playground": "tsx packages/cli/src/index.ts playground",
+ "playground": "node --env-file=.env --import tsx packages/cli/src/index.ts playground",
36
"changeset": "changeset",
37
"changeset:check": "node scripts/check-changeset.mjs",
38
"version-packages": "changeset version",
0 commit comments