ling-open-studio / node_modules /next /dist /server /app-render /action-async-storage-instance.js
GitHub Action
Deploy from GitHub Actions: a7b414415eb7f4f0fb8a6696798f08fb55785cb3
979bf48
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "actionAsyncStorageInstance", {
enumerable: true,
get: function() {
return actionAsyncStorageInstance;
}
});
const _asynclocalstorage = require("./async-local-storage");
const actionAsyncStorageInstance = (0, _asynclocalstorage.createAsyncLocalStorage)();
//# sourceMappingURL=action-async-storage-instance.js.map