MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / global-defines.ts

File global-defines.ts

packages/vite/helpers/global-defines.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getProjectAppPath, getProjectAppVirtualPath } from './utils.js';
2
3const APP_ROOT_DIR = getProjectAppPath();
4const APP_ROOT_VIRTUAL = getProjectAppVirtualPath();

Callers

nothing calls this directly

Calls 2

getProjectAppPathFunction · 0.85
getProjectAppVirtualPathFunction · 0.85

Tested by

no test coverage detected