We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a114df1 commit e116db9Copy full SHA for e116db9
1 file changed
packages/cli/src/bridges/types.ts
@@ -33,7 +33,7 @@ export interface ProjectConfig {
33
blocks: string[];
34
pulled: PulledEntry[];
35
assets: AssetEntry[];
36
- global?: boolean;
+ global: boolean;
37
}
38
39
export const ASSET_TYPE = {
0 commit comments