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