UNPKG

@chillicream/nitro-embedded

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