2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-11 13:10:41 +00:00

Added hashbang (#304)

* Added hashbang
* Updated the env style hashbang
This commit is contained in:
Martin Habovštiak 2020-05-03 21:59:55 +02:00 committed by GitHub
parent 99b3dbb798
commit 4c94197bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
rtl.js
View File

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