Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Power-Playground/app
/ main
Function
main
scripts/bootstrap.mjs:25–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
async
function
main() {
26
await
execa(
'pnpm'
, [
'install'
])
27
await
execa(
'pnpm'
, [
'build:replacer'
])
28
}
29
30
31
main()
Callers
2
extension-support.ts
File · 0.85
bootstrap.mjs
File · 0.85
Calls
1
execa
Function · 0.85
Tested by
no test coverage detected