add config from development

This commit is contained in:
2024-05-14 17:34:59 +03:30
parent 46ebedabfc
commit de1f8edf46
6 changed files with 904 additions and 0 deletions

5
types/generated/components.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import type { Schema, Attribute } from '@strapi/strapi';
declare module '@strapi/types' {
export module Shared {}
}