feat: recovered Bun function, problem was a appwrite-cli issue

This commit is contained in:
2026-01-23 13:03:08 +01:00
parent 575a06a41b
commit ea7cd0c954
15 changed files with 451 additions and 67 deletions

View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"rootDir": "src",
"resolveJsonModule": true,
"allowJs": true,
"outDir": "dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true
}
}