File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/cloudflare/src/cli/build Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ;
33import { dirname , join } from "node:path" ;
44import { fileURLToPath } from "node:url" ;
55
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { dirname, join } from "node:path";
44
55import { buildNextjsApp , setStandaloneBuildMode } from "@opennextjs/aws/build/buildNextApp.js" ;
66import { compileOpenNextConfig } from "@opennextjs/aws/build/compileConfig.js" ;
7+ import { createStaticAssets } from "@opennextjs/aws/build/createAssets.js" ;
78import { createMiddleware } from "@opennextjs/aws/build/createMiddleware.js" ;
89import * as buildHelper from "@opennextjs/aws/build/helper.js" ;
910import { printHeader , showWarningOnWindows } from "@opennextjs/aws/build/utils.js" ;
@@ -13,7 +14,6 @@ import type { OpenNextConfig } from "@opennextjs/aws/types/open-next.js";
1314import type { ProjectOptions } from "../config" ;
1415import { containsDotNextDir , getConfig } from "../config" ;
1516import { 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
You can’t perform that action at this time.
0 commit comments