Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
144
function
copyPublicFolder() {
145
fs.copySync(paths.appPublic, paths.appBuild, {
146
dereference: true,
147
filter: file => file !== paths.appHtml,
148
});
149
}
Callers
1
build.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected