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 aeee219 commit cdb825bCopy full SHA for cdb825b
template/customization/defining-template.mdx
@@ -71,7 +71,7 @@ template.copy("package.json", "/app/package.json");
71
// Copy multiple files to same destination
72
template.copy(["file1", "file2"], "/app/file")
73
74
-// Copy multiple files using copyItems
+// Multiple copy operations using copyItems
75
template.copyItems([
76
{ src: "src/", dest: "/app/src/" },
77
{ src: "package.json", dest: "/app/package.json" },
0 commit comments