1234567891011121314 |
- "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
|