chore: release v0.0.1

This commit is contained in:
motphys-developers
2025-11-20 08:57:48 +00:00
commit 5133830b5a
105 changed files with 8789 additions and 0 deletions

13
.prettierrc Normal file
View File

@@ -0,0 +1,13 @@
trailingComma: "es5"
tabWidth: 4
semi: true
singleQuote: false
printWidth: 120
endOfLine: "auto"
overrides:
- files: "*.yml"
options:
tabWidth: 2
- files: "*.json"
options:
tabWidth: 2