@chillicream/nitro-embedded
Version:
Nitro GraphQL IDE
14 lines (11 loc) • 361 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.
*/
import fs from 'node:fs';
var index = fs.readFileSync(new URL("./index.html", import.meta.url).pathname, "utf8");
export { index as default };