MCPcopy Create free account
hub / github.com/bailicangdu/react-pxq / copyPublicFolder

Function copyPublicFolder

scripts/build.js:157–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157function copyPublicFolder() {
158 fs.copySync(paths.appPublic, paths.appBuild, {
159 dereference: true,
160 filter: file => file !== paths.appHtml,
161 });
162}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected