mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
fb10b87970
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
19 lines
331 B
JSON
19 lines
331 B
JSON
{
|
|
"entryPoints": [
|
|
"src/dpi.ts",
|
|
"src/event.ts",
|
|
"src/mocks.ts",
|
|
"src/path.ts",
|
|
"src/primitives.ts",
|
|
"src/window.ts",
|
|
"src/app.ts"
|
|
],
|
|
"githubPages": false,
|
|
"readme": "none",
|
|
"hideInPageTOC": true,
|
|
"hideMembersSymbol": true,
|
|
"out": "docs",
|
|
"json": "docs/js-api.json",
|
|
"pretty": false
|
|
}
|