This commit is contained in:
Jonas Kruckenberg
2023-01-06 18:18:16 +01:00
parent b7325b5d1d
commit a2f0e2eb73
17 changed files with 122 additions and 74 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { readFileSync } from "fs";
import { createConfig } from "../rollup.config.mjs";
export default createConfig({
input: 'guest-js/index.ts',
input: "guest-js/index.ts",
pkg: JSON.parse(
readFileSync(new URL("./package.json", import.meta.url), "utf8")
),