Spaces:
Running
Running
Commit
·
a97b6c8
1
Parent(s):
59c0ef4
SSR working
Browse files- test-render.cjs +2 -1
test-render.cjs
CHANGED
|
@@ -46,5 +46,6 @@ const bundleLocation = path.join(process.cwd(), 'build');
|
|
| 46 |
serveUrl: bundleLocation,
|
| 47 |
output: path.join(outputDir, 'output.jpg')
|
| 48 |
}
|
| 49 |
-
await renderStill(renderConfig);
|
|
|
|
| 50 |
})();
|
|
|
|
| 46 |
serveUrl: bundleLocation,
|
| 47 |
output: path.join(outputDir, 'output.jpg')
|
| 48 |
}
|
| 49 |
+
// await renderStill(renderConfig);
|
| 50 |
+
await renderFrames(renderConfig)
|
| 51 |
})();
|