Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-07-18 15:15:57 +02:00
parent cdf82c2710
commit 8fd3ee4ac1
+1
View File
@@ -30,6 +30,7 @@ export type BundlingOptions = {
export type ServeOptions = BundlingPathsOptions & {
checksEnabled: boolean;
configPaths: string[];
verifyVersions?: boolean;
};
export type BuildOptions = BundlingPathsOptions & {