mirror of
https://git.hmsn.ink/call/signal-server.git
synced 2026-03-20 00:02:16 +09:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
#!/usr/bin/env node
|
|
|
|
/*
|
|
I am only useful as an install script to make node-gyp not compile for purely optional native deps
|
|
*/
|
|
|
|
process.exit(0)
|