Added hashbang (#304)

* Added hashbang
* Updated the env style hashbang
pull/351/head
Martin Habovštiak 4 years ago committed by GitHub
parent 99b3dbb798
commit 4c94197bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,5 @@
#!/usr/bin/env node
const app = require("./app");
const common = require("./common");
const debug = require("debug")("node-angular");

Loading…
Cancel
Save