Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ getProjectAppPath, getProjectAppVirtualPath } from
'./utils.js'
;
2
3
const
APP_ROOT_DIR = getProjectAppPath();
4
const
APP_ROOT_VIRTUAL = getProjectAppVirtualPath();
Callers
nothing calls this directly
Calls
2
getProjectAppPath
Function · 0.85
getProjectAppVirtualPath
Function · 0.85
Tested by
no test coverage detected