User can signup / signin (WIP)

This commit is contained in:
ChatonDeAru
2024-09-14 01:40:55 +02:00
committed by ChatonDeAru (Romain)
parent c35de52aec
commit 37b2238b84
16 changed files with 663 additions and 365 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@pel/supabase",
"type": "module",
"private": true,
"packageManager": "pnpm@9.9.0",
"main": "./type.ts",
"files": [
"types.ts"
],
"scripts": {
"lint": "eslint .",
"up": "taze major -I"
}
}