···11-#
11+export default `#
22# Automatically generated file; DO NOT EDIT.
33# Linux/x86 6.6.100 Kernel Configuration
44#
···35773577#
35783578# end of Rust hacking
35793579# end of Kernel hacking
35803580+`;
+1-1
build.ts
···11#!/usr/bin/env -S deno run --allow-run --allow-read --allow-write --allow-env --allow-net
22import chalk from "chalk";
33-import cfg from "./.default-config" with { type: "text" };
33+import cfg from "./default-config.ts";
4455export * from "./config.ts";
66