Skip to content

Commit 89bd189

Browse files
authored
Merge pull request #61 from TAServers/LEST-NONE-fix-lest-start
LEST-NONE - Fix lest executable opening as a JS file
2 parents 0ae6cf4 + 6103671 commit 89bd189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/lest/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import minimist from "minimist";
24
import path from "path";
35
import { findLuaExecutable } from "./helpers";

0 commit comments

Comments
 (0)