Начало наработок

This commit is contained in:
2021-02-05 08:13:22 +03:00
commit 619966474d
7643 changed files with 609530 additions and 0 deletions

View File

@ -0,0 +1,14 @@
"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