修改为 #! node
This commit is contained in:
parent
933cdc4469
commit
dc20432421
@ -1,4 +1,4 @@
|
||||
#!/usr/local/env node
|
||||
#! node
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var koa_1 = require("./koa");
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/local/env node
|
||||
#! node
|
||||
import { Koa } from "./koa";
|
||||
|
||||
new Koa()
|
||||
|
Loading…
Reference in New Issue
Block a user