MCPcopy Index your code
hub / github.com/gitify-app/gitify / indexHtml

Function indexHtml

src/main/config.ts:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 preload: path.resolve(__dirname, 'preload.js'),
15
16 get indexHtml(): string {
17 return isDevMode()
18 ? process.env.VITE_DEV_SERVER_URL || ''
19 : pathToFileURL(path.resolve(__dirname, 'index.html')).href;
20 },
21
22 get notificationSound(): string {
23 return pathToFileURL(

Callers

nothing calls this directly

Calls 1

isDevModeFunction · 0.90

Tested by

no test coverage detected