MCPcopy
hub / github.com/antfu-collective/vitesse-webext / r

Function r

scripts/utils.ts:6–6  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

4
5export const port = Number(process.env.PORT || '') || 3303
6export const r = (...args: string[]) => resolve(__dirname, '..', ...args)
7export const isDev = process.env.NODE_ENV !== 'production'
8export const isFirefox = process.env.EXTENSION === 'firefox'
9

Callers 4

getManifestFunction · 0.90
writeManifestFunction · 0.90
stubIndexHtmlFunction · 0.90
prepare.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected