mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
5 lines
78 B
JavaScript
Executable File
5 lines
78 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
require(__dirname + '/../client');
|
|
|
|
// vim: ft=javascript
|