mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 20:19:29 +08:00
7 lines
143 B
JavaScript
Executable file
7 lines
143 B
JavaScript
Executable file
#!/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)
|