UNPKG

@devnetic/static-site-generator

Version:
11 lines (9 loc) 227 B
const contants = { SCAFFOLDING_PATH: 'scaffolding', SERVER_HOST: '127.0.0.1', SERVER_PORT: 8080, SERVER_WAIT_TIME: 1000, TEMPLATE_SYSTEMS_PATH: 'template-systems', THEMES_PATH: 'themes' } module.exports = contants