feat: Added Strapi example

This PR includes a Strapi example.
This commit is contained in:
h+
2024-08-04 15:35:12 +02:00
parent 899b20285b
commit 835dd57e9f
26 changed files with 18688 additions and 0 deletions

8
strapi/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}