Skip to content

Commit 790c45d

Browse files
committed
use sha256 for web app
1 parent 66289d9 commit 790c45d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codegen.mts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ const config: CodegenConfig = {
7373
},
7474
},
7575
presetConfig: {
76-
persistedDocuments: true,
76+
persistedDocuments: {
77+
hashAlgorithm: 'sha256',
78+
},
7779
},
7880
plugins: [],
7981
documentTransforms: [addTypenameSelectionDocumentTransform],

0 commit comments

Comments
 (0)