Skip to content

Commit

Permalink
write qr generation edge function
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWang05 committed Oct 26, 2024
1 parent 33353df commit 1936131
Show file tree
Hide file tree
Showing 13 changed files with 792 additions and 26 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-shadow': 'error',
},
ignorePatterns: ['src/supabase/functions/'],
};
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.formatDocument": "explicit"
}
},
"deno.enable": true
}
Loading

0 comments on commit 1936131

Please sign in to comment.