mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 22:46:28 +02:00
✨ User can signup / signin (WIP)
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
c35de52aec
commit
37b2238b84
14
modules/supabase/package.json
Normal file
14
modules/supabase/package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user