mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
28 lines
515 B
JSON
28 lines
515 B
JSON
{
|
|
"entryPoints": [
|
|
"src/app.ts",
|
|
"src/cli.ts",
|
|
"src/clipboard.ts",
|
|
"src/dialog.ts",
|
|
"src/event.ts",
|
|
"src/fs.ts",
|
|
"src/globalShortcut.ts",
|
|
"src/http.ts",
|
|
"src/mocks.ts",
|
|
"src/notification.ts",
|
|
"src/os.ts",
|
|
"src/path.ts",
|
|
"src/process.ts",
|
|
"src/shell.ts",
|
|
"src/tauri.ts",
|
|
"src/updater.ts",
|
|
"src/window.ts"
|
|
],
|
|
"githubPages": false,
|
|
"readme": "none",
|
|
"hideInPageTOC": true,
|
|
"out": "docs",
|
|
"json": "docs/js-api.json",
|
|
"pretty": false
|
|
}
|