Skip to content

Commit 424670b

Browse files
committed
change type import location
1 parent ebea5ed commit 424670b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)