Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ main-entry.ts
File
main-entry.ts
packages/vite/helpers/main-entry.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ getPackageJson, getProjectFilePath, getProjectRootPath } from
'./project.js'
;
2
import
fs from
'fs'
;
3
import
path from
'path'
;
4
import
{ getProjectFlavor } from
'./flavor.js'
;
Callers
nothing calls this directly
Calls
8
getProjectAppPath
Function · 0.85
getProjectAppVirtualPath
Function · 0.85
getProjectFlavor
Function · 0.85
getProjectAppRelativePath
Function · 0.85
replace
Method · 0.80
getProjectRootPath
Function · 0.70
getPackageJson
Function · 0.70
getProjectFilePath
Function · 0.70
Tested by
no test coverage detected