MCPcopy Create free account
hub / github.com/atomicdata-dev/atomic-data-browser / isDev

Function isDev

data-browser/src/config.ts:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7/** Returns true if this is run in locally, in Development mode */
8export function isDev(): boolean {
9 //@ts-ignore This key does exist
10 return import.meta.env['MODE'] == 'development';
11}

Callers 2

App.tsxFile · 0.90
initBugsnagFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected