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

16
strapi/.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false