Skip to content

Commit 4b152b9

Browse files
committed
change type import location
1 parent ebea5ed commit 4b152b9

File tree

2 files changed

+15
-45
lines changed

2 files changed

+15
-45
lines changed

packages/cloudflare/src/cli/build/open-next/compile-cache-assets-manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { appendFileSync, mkdirSync, writeFileSync } from "node:fs";
22
import path from "node:path";
33

44
import type { BuildOptions } from "@opennextjs/aws/build/helper.js";
5-
import type { TagCacheMetaFile } from "@opennextjs/aws/types/open-next.js";
5+
import type { TagCacheMetaFile } from "@opennextjs/aws/types/cache.js";
66

77
/**
88
* Generates SQL statements that can be used to initialise the cache assets manifest in an SQL data store.

pnpm-lock.yaml

Lines changed: 14 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)