This commit is contained in:
Rizky 2024-06-21 09:46:27 +07:00
parent d5a084a464
commit f503bd32c9
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ export const ensureFiles = async (path: string, id_site: string) => {
"tailwind-merge": "^2.3.0", "tailwind-merge": "^2.3.0",
xlsx: "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz", xlsx: "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
}, },
}) }),
{ mode: 777 }
); );
let proc = Bun.spawn([`npm`, `install`], { let proc = Bun.spawn([`npm`, `install`], {
stdio: ["inherit", "inherit", "inherit"], stdio: ["inherit", "inherit", "inherit"],