Spaces:
Running
Running
ling-open-studio / node_modules /next /dist /server /app-render /dynamic-access-async-storage-instance.js
| ; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| Object.defineProperty(exports, "dynamicAccessAsyncStorageInstance", { | |
| enumerable: true, | |
| get: function() { | |
| return dynamicAccessAsyncStorageInstance; | |
| } | |
| }); | |
| const _asynclocalstorage = require("./async-local-storage"); | |
| const dynamicAccessAsyncStorageInstance = (0, _asynclocalstorage.createAsyncLocalStorage)(); | |
| //# sourceMappingURL=dynamic-access-async-storage-instance.js.map |