add voice.ts todo

This commit is contained in:
kwaroran
2024-02-24 15:10:01 +09:00
parent 4cd8f9b650
commit cb8366ba6a
3 changed files with 55 additions and 2 deletions

View File

@@ -11,7 +11,9 @@
"tauri": "tauri",
"buildsite": "vite build --outDir dist",
"updatePlugin": "tsc public/pluginApi.ts",
"runserver": "node server/node/server.cjs"
"runserver": "node server/node/server.cjs",
"sync": "node electron/sync",
"electron": "node electron/dist/electron"
},
"dependencies": {
"@adobe/css-tools": "4.3.2",