mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 19:40:38 +00:00
9 lines
113 B
JavaScript
9 lines
113 B
JavaScript
|
|
require('thenify-all').withCallback(
|
|
require('child_process'),
|
|
exports, [
|
|
'exec',
|
|
'execFile',
|
|
]
|
|
)
|