Skip to content

Commit d2fbe0a

Browse files
committed
fixup! format
1 parent d3e98a5 commit d2fbe0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cloudflare/src/cli/build/build-worker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { existsSync, readFileSync } from "node:fs";
2-
import { cp, readFile, writeFile } from "node:fs/promises";
1+
import { readFileSync } from "node:fs";
2+
import { readFile, writeFile } from "node:fs/promises";
33
import { dirname, join } from "node:path";
44
import { fileURLToPath } from "node:url";
55

packages/cloudflare/src/cli/build/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { dirname, join } from "node:path";
44

55
import { buildNextjsApp, setStandaloneBuildMode } from "@opennextjs/aws/build/buildNextApp.js";
66
import { compileOpenNextConfig } from "@opennextjs/aws/build/compileConfig.js";
7+
import { createStaticAssets } from "@opennextjs/aws/build/createAssets.js";
78
import { createMiddleware } from "@opennextjs/aws/build/createMiddleware.js";
89
import * as buildHelper from "@opennextjs/aws/build/helper.js";
910
import { printHeader, showWarningOnWindows } from "@opennextjs/aws/build/utils.js";
@@ -13,7 +14,6 @@ import type { OpenNextConfig } from "@opennextjs/aws/types/open-next.js";
1314
import type { ProjectOptions } from "../config";
1415
import { containsDotNextDir, getConfig } from "../config";
1516
import { buildWorker } from "./build-worker";
16-
import { createStaticAssets } from "@opennextjs/aws/build/createAssets.js";
1717

1818
/**
1919
* Builds the application in a format that can be passed to workerd

0 commit comments

Comments
 (0)