MCPcopy Create free account
hub / github.com/vuejs/devtools / resolve

Function resolve

packages/electron/scripts/build.ts:26–28  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

24} satisfies Options
25
26function resolve(path: string) {
27 return _resolve(path)
28}
29
30async function buildBundle() {
31 await fs.rm(resolve('./dist'), { recursive: true, force: true })

Callers 15

vite.lib.config.tsFile · 0.85
closeBundleFunction · 0.85
closeBundleFunction · 0.85
runFunction · 0.85
cli.tsFile · 0.85
buildBundleFunction · 0.85
vite.config.tsFile · 0.85
update-icons.tsFile · 0.85
vite.config.tsFile · 0.85
closeBundleFunction · 0.85
dir.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected