Add shebang to index.mjs
This commit is contained in:
parent
9a122d9ee9
commit
909d075b9d
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
// KaTeX rendering server
|
||||
// Listens on unix socket, path is provided as first argument
|
||||
// Expects JSON lines, each line is a query with the following schema:
|
||||
|
|
Loading…
Reference in a new issue