Skip to content

Commit ae16bf6

Browse files
Update components/capturekit/actions/capture-screenshot/capture-screenshot.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 0f40dfb commit ae16bf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/capturekit/actions/capture-screenshot/capture-screenshot.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ export default {
4646
"fileName",
4747
],
4848
},
49+
syncDir: {
50+
type: "dir",
51+
accessMode: "write",
52+
sync: true,
53+
},
4954
},
5055
async run({ $ }) {
5156
const response = await this.app.captureScreenshot({

0 commit comments

Comments
 (0)