slidev-workspace 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -172,7 +172,7 @@ async function startAllSlidesDevServer(workspaceCwd) {
172
172
  ], {
173
173
  cwd: slideDir,
174
174
  stdio: [
175
- "ignore",
175
+ "pipe",
176
176
  "pipe",
177
177
  "pipe"
178
178
  ],
@@ -163,7 +163,7 @@ async function startAllSlidesDevServer(workspaceCwd) {
163
163
  ], {
164
164
  cwd: slideDir,
165
165
  stdio: [
166
- "ignore",
166
+ "pipe",
167
167
  "pipe",
168
168
  "pipe"
169
169
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slidev-workspace",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "A workspace tool for managing multiple Slidev presentations with API-based content management",
5
5
  "type": "module",
6
6
  "license": "MIT",