UNPKG

text-autolinker

Version:

An tool for adding HTML links and tags to plain text

19 lines 382 B
module.exports = { "site": { "name": "text-autolinker", }, "environments": { "development": { "server": { "host": "localhost", "port": 3007, } }, "production": { "server": { "host": "0.0.0.0", "port": 8000, } } } }