Skip to content

Commit d03c50f

Browse files
committed
cache reads only
1 parent a2913e1 commit d03c50f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/ink/src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,7 @@ export type InkOptions = ManifestOptions;
585585
export type CacheOptions = {
586586
serverPath: string,
587587
clientPath: string,
588-
manifestPath: string,
589-
environment?: string
588+
manifestPath: string
590589
};
591590

592591
//--------------------------------------------------------------------//

0 commit comments

Comments
 (0)