We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e04c1 commit 96be24eCopy full SHA for 96be24e
1 file changed
handwritten/nodejs-logging-winston/synth.py
@@ -17,6 +17,9 @@
17
import logging
18
19
logging.basicConfig(level=logging.DEBUG)
20
+
21
+AUTOSYNTH_MULTIPLE_COMMITS = True
22
23
common_templates = gcp.CommonTemplates()
24
templates = common_templates.node_library()
25
s.copy(templates)
0 commit comments