hololake-system-architecture/product-source/hololake-platform/src-tauri/tauri.preview.conf.json

15 lines
399 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "HoloLake Era 内测版 0.2.0",
"identifier": "com.guanghulab.hololake.preview",
"build": {
"beforeBuildCommand": "npm run build && npm run bundle-mcp && npm run agent-docs"
},
"app": {
"windows": [
{
"title": "HoloLake Era 内测版 0.2.0 · 光湖语言世界"
}
]
}
}