/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
bench/tests/cpu_intensive/src-tauri/tauri.conf.json
31 строка
839 B
Tony
ci: benchmark on all platforms (#15486)
09 июн 2026, 10:56
Не верифицирован
09 июн 2026, 10:56
6d99a8f
Код
Авторство
О чём код?
{ "$schema": "../../../../crates/tauri-schema-generator/schemas/config.schema.json", "identifier": "com.tauri.dev", "build": { "frontendDist": "../public" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Welcome to Tauri!", "width": 800, "height": 600 } ], "security": { "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'; connect-src ipc: http://ipc.localhost" } }, "bundle": { "active": true, "targets": "all", "icon": [ "../../../../examples/.icons/32x32.png", "../../../../examples/.icons/128x128.png", "../../../../examples/.icons/128x128@2x.png", "../../../../examples/.icons/icon.icns", "../../../../examples/.icons/icon.ico" ] } }