mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-29 08:49:40 +00:00
6 lines
246 B
JavaScript
6 lines
246 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var graphql_tag_1 = require("graphql-tag");
|
|
graphql_tag_1.disableFragmentWarnings();
|
|
process.on('unhandledRejection', function () { });
|
|
//# sourceMappingURL=setup.js.map
|