We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0adfd1 commit 2fc1faeCopy full SHA for 2fc1fae
app/routes/[...path].ts
@@ -24,7 +24,7 @@ export default defineEventHandler(async (event) => {
24
25
try {
26
const projectId = parseUrl(stackblitzUrl)
27
- const blob = await downloadToBlob({ projectId })
+ const blob = await downloadToBlob({ projectId, verbose: true })
28
29
// Set headers for file download
30
event.res.headers.set('Content-Type', 'application/zip')
0 commit comments