MCPcopy
hub / github.com/poooi/poi / InitOptions

Interface InitOptions

lib/sentry.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import path from 'path'
4
5interface InitOptions {
6 build: string
7 paths: string[]
8}
9
10export const init = ({ build, paths }: InitOptions) => {
11 const fromatRelative = (url: string) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected