Primer commit - Sprint 1

This commit is contained in:
markosbenitez
2026-05-31 04:33:07 -03:00
commit ef9e4bf998
22 changed files with 2515 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"devDependencies": {
"supabase": "^2.102.0"
},
"scripts": {
"db:reset": "supabase db reset",
"db:test": "supabase test db",
"migration:new": "supabase migration new"
}
}