MCPcopy Index your code
hub / github.com/devspace-sh/devspace / copyPublicFolder

Function copyPublicFolder

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

Source from the content-addressed store, hash-verified

142}
143
144function copyPublicFolder() {
145 fs.copySync(paths.appPublic, paths.appBuild, {
146 dereference: true,
147 filter: file => file !== paths.appHtml,
148 });
149}

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected