provider is key

This commit is contained in:
Robin Chappatte
2024-06-10 16:27:21 +02:00
parent 9bb3e28b34
commit b654a3b26f
6 changed files with 218 additions and 158 deletions

7
deno.json Normal file
View File

@@ -0,0 +1,7 @@
{
"fmt": {
"semiColons": true,
"singleQuote": true,
"useTabs": true
}
}