Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Silentely/eSIM-Tools
/ removeDist
Function
removeDist
scripts/build-static.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
];
21
22
async
function
removeDist() {
23
await
fs.promises.rm(distDir, { recursive: true, force: true });
24
}
25
26
async
function
copyEntry(entry) {
27
const
from = path.join(projectRoot, entry);
Callers
1
build-static.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected