first commit

This commit is contained in:
2025-07-26 14:12:29 +09:00
commit d0c2d073b9
41 changed files with 21995 additions and 0 deletions

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

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