UNPKG

md-toy-blog

Version:

Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.

7 lines (6 loc) 175 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { port: process.env.PORT || 3100, path: process.env.URI_PATH || '/', };