fixed cast

This commit is contained in:
2025-12-30 18:38:25 +01:00
parent 30ebf5bc5a
commit b2f1b48d06
10 changed files with 551 additions and 158 deletions

17
sidecar/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "radiocast-sidecar",
"version": "1.0.0",
"main": "index.js",
"bin": "index.js",
"dependencies": {
"castv2-client": "^1.2.0"
},
"pkg": {
"assets": [
"node_modules/castv2/lib/*.proto"
]
},
"scripts": {
"build": "pkg . --targets node18-win-x64 --output ../src-tauri/binaries/radiocast-sidecar-x86_64-pc-windows-msvc.exe"
}
}