Move header text files to assets/

This commit is contained in:
redphx 2024-04-27 10:18:49 +07:00
parent 844760554a
commit 59c318e0e4
3 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
import { readFile } from "node:fs/promises";
import { parseArgs } from "node:util";
import { sys } from "typescript";
import txtScriptHeader from "./src/header_script.txt" with { type: "text" };
import txtMetaHeader from "./src/header_meta.txt" with { type: "text" };
import txtScriptHeader from "./src/assets/header_script.txt" with { type: "text" };
import txtMetaHeader from "./src/assets/header_meta.txt" with { type: "text" };
enum BuildTarget {
ALL = 'all',