UNPKG

@chillicream/nitro-embedded

Version:
18 lines (13 loc) 475 B
/*! * @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. */ 'use strict'; 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;