mirror of
https://github.com/lucaspalomodevelop/monitoring-server.git
synced 2026-03-13 06:59:37 +00:00
9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
#! /usr/bin/env node
|
|
'use strict'
|
|
|
|
// Pass configuration to application
|
|
require('../')({
|
|
port: 8000,
|
|
host: 'localhost'
|
|
})
|