vibetunnel/web/.prebuildrc
Peter Steinberger 68e6456aef
docs: Add Linux setup instructions and authentication documentation (#344)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-15 02:47:25 +02:00

35 lines
No EOL
701 B
Text

{
"targets": [
{
"runtime": "node",
"target": "20.0.0"
},
{
"runtime": "node",
"target": "22.0.0"
},
{
"runtime": "node",
"target": "23.0.0"
},
{
"runtime": "node",
"target": "24.0.0"
}
],
"include": [
"node-pty/build/Release/pty.node"
],
"prebuild": [
{
"name": "node-pty",
"binary": {
"module_name": "pty",
"module_path": "./node-pty/build/Release/",
"remote_path": "{version}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://github.com/amantus-ai/vibetunnel/releases/download/"
}
}
]
}