MCPcopy Create free account
hub / github.com/Botloader/botloader / copyPublicFolder

Function copyPublicFolder

frontend/scripts/build.js:212–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212function copyPublicFolder() {
213 fs.copySync(paths.appPublic, paths.appBuild, {
214 dereference: true,
215 filter: file => file !== paths.appHtml,
216 });
217}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected