feat: establish typed runtime protocol model

This commit is contained in:
2026-08-03 12:58:01 +08:00
parent 73b5194cee
commit d2646f534e
5 changed files with 325 additions and 45 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 1420",
"dev": "vite --host 0.0.0.0 --port 1420",
"web:dev": "npm run dev",
"desktop:dev": "./scripts/tauri.sh dev",
"build": "tsc --noEmit && vite build",