mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
* feat(tests): add api e2e tests * lockfile * mobile * try linux fix [skip ci] * ios fix * fix test on windows * improve cache * fix pnpm audit [skip ci]
14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"$schema": "../../examples/api/node_modules/@tauri-apps/cli/config.schema.json",
|
|
"build": {
|
|
"features": ["automation"]
|
|
},
|
|
"plugins": {
|
|
"updater": {
|
|
"endpoints": [
|
|
"http://127.0.0.1:3004/updater/{{target}}/{{arch}}/{{current_version}}"
|
|
]
|
|
}
|
|
}
|
|
}
|