File: //proc/1526/root/var/www/zaklada/html/node_modules/browser-sync/dist/server/serve-static-wrapper.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function default_1() {
    var serveStatic = require("serve-static");
    /**
     * Adding a custom mime-type for wasm whilst we wait for
     * the `send` package to be updated.
     */
    var send = require("send");
    send.mime.define({ "application/wasm": ["wasm"] });
    return serveStatic;
}
exports.default = default_1;
//# sourceMappingURL=serve-static-wrapper.js.map