diff --git a/index.js b/index.js index cc1e4a2..dd7a8d4 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node const express = require("express"); const fs = require("fs"); const mysql = require("mysql"); @@ -65,4 +66,4 @@ app.listen(8877, "localhost", () => { if(!apiOnly) opn('http://localhost:8877/view'); console.log("Listening on port 8877"); -}); \ No newline at end of file +});