修复Mac下的命令行注释启动
This commit is contained in:
parent
dc20432421
commit
9b957651b4
@ -1,5 +1,5 @@
|
|||||||
#! node
|
#!/usr/bin/env node
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
var koa_1 = require("./koa");
|
const koa_1 = require("./koa");
|
||||||
new koa_1.Koa();
|
new koa_1.Koa();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! node
|
#!/usr/bin/env node
|
||||||
import { Koa } from "./koa";
|
|
||||||
|
|
||||||
|
import { Koa } from "./koa";
|
||||||
new Koa()
|
new Koa()
|
||||||
|
Loading…
Reference in New Issue
Block a user