Skip to content

Commit ff077db

Browse files
chore: wip
1 parent cf5e3ce commit ff077db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ts-cloud/bin/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ async function deployStaticSitesWithExternalDns(
11641164
const hasInstallScript = !!siteConfig.installScript
11651165

11661166
if (hasInstallScript) {
1167-
const { mkdtempSync, writeFileSync, copyFileSync, readdirSync, statSync } = await import('node:fs')
1167+
const { mkdtempSync, copyFileSync, readdirSync, statSync } = await import('node:fs')
11681168
const { tmpdir } = await import('node:os')
11691169
const { join, resolve } = await import('node:path')
11701170

0 commit comments

Comments
 (0)