Add PCI driver

This commit is contained in:
2025-11-20 17:39:19 +01:00
parent bf2841b014
commit 1347df1f9f
10 changed files with 234 additions and 13 deletions

View File

@@ -6,4 +6,6 @@ writeFileSync(
readFileSync("build/index.js", "utf-8")
.replaceAll("let ", "var ")
.replaceAll("const ", "var ")
.replaceAll("\n`", "\\n`")
.replaceAll("`", "'")
);