MCPcopy Create free account
hub / github.com/remy/jsconsole / copyPublicFolder

Function copyPublicFolder

scripts/build.js:139–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139function copyPublicFolder() {
140 fs.copySync(paths.appPublic, paths.appBuild, {
141 dereference: true,
142 filter: file => file !== paths.appHtml,
143 });
144}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected