feat(hololake): add typed persona interaction runtime
This commit is contained in:
parent
e5b10e227f
commit
b35e0d6524
24 changed files with 1614 additions and 58 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "HoloLake",
|
||||
"version": "1.2.2",
|
||||
"version": "1.3.0",
|
||||
"identifier": "world.guanghu.hololake",
|
||||
"build": { "frontendDist": "../dist", "devUrl": "http://127.0.0.1:5211", "beforeDevCommand": "npm run dev", "beforeBuildCommand": "npm run build" },
|
||||
"app": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue