tauri.conf.jsonโข738 B
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "m3u8-mcp",
"version": "0.1.0",
"identifier": "com.m3u8.mcp",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1422",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "m3u8-MCP",
"width": 900,
"height": 900,
"minWidth": 600,
"minHeight": 400
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}