diff --git a/dashboard/pages/account.vue b/dashboard/pages/account.vue index 9663bfa..1c9271c 100644 --- a/dashboard/pages/account.vue +++ b/dashboard/pages/account.vue @@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' }); \ No newline at end of file diff --git a/dashboard/pages/billing.vue b/dashboard/pages/billing.vue index 5d4d8f6..ec14c7b 100644 --- a/dashboard/pages/billing.vue +++ b/dashboard/pages/billing.vue @@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' }); \ No newline at end of file diff --git a/scripts/producer/shared.ts b/scripts/producer/shared.ts index 0d5c041..148ad1a 100644 --- a/scripts/producer/shared.ts +++ b/scripts/producer/shared.ts @@ -19,4 +19,3 @@ helper.copy('schema/shields/AddressBlacklistSchema.ts'); helper.copy('schema/shields/BotTrafficOptionSchema.ts'); helper.copy('schema/shields/CountryBlacklistSchema.ts'); helper.copy('schema/shields/DomainWhitelistSchema.ts'); -helper.copy('schema/shields/PageBlacklistSchema.ts');