i5ting / koa-generator

Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
https://github.com/17koa/koa-generator
MIT License
974 stars 110 forks source link

www文件中listen写死3000 #14

Closed aleelock closed 8 years ago

aleelock commented 8 years ago

www文件中: var port = normalizePort(process.env.PORT || '3000'); 可是listen的时候是写死的3000,应该是listen 这个port变量吧

i5ting commented 8 years ago

thanks