|
|
@@ -6,7 +6,7 @@ type PluginInitOptions = any;
|
|
|
@VendurePlugin({
|
|
|
imports: [PluginCommonModule],
|
|
|
entities: [Product, ScaffoldEntity],
|
|
|
- compatibility: '^2.0.0',
|
|
|
+ compatibility: '^3.0.0',
|
|
|
})
|
|
|
export class TestOnePlugin {
|
|
|
static options: PluginInitOptions;
|