@chillicream/nitro-embedded
Version:
Nitro GraphQL IDE
18 lines (13 loc) • 475 B
JavaScript
/*!
* @license ChilliCream License 1.0
*
* Copyright (c) ChilliCream, Inc.
*
* This source code is licensed under the ChilliCream License 1.0 found in the
* LICENSE file in the root directory of this source tree.
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var fs = require('node:fs');
var index = fs.readFileSync(new URL("./index.html", require('url').pathToFileURL(__filename).toString()).pathname, "utf8");
exports.default = index;