This commit is contained in:
Lucas Nogueira
2023-09-29 09:57:08 -03:00
parent c34afb7187
commit ff86de7ce2
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { createConfig } from "../../shared/rollup.config.mjs";
export default createConfig({
input: "guest-js/index.ts",
pkg: JSON.parse(
readFileSync(new URL("./package.json", import.meta.url), "utf8")
readFileSync(new URL("./package.json", import.meta.url), "utf8"),
),
external: [/^@tauri-apps\/api/],
});