ac-bundle-module-utils-hosting
utils/hosting.js
A module for ac-bundle-app, published by ac-bundle-module.
Available Methods: contentTypes, static
contentTypes
[object Object]
static
function(request, response) {…
if (app.has(app.hosting)) {
var fs = require('fs');
var path = require('path');
var http = require('http');
var resolvedBase = path.resolve(__dirname + "/hosting/");