Primer commit - Sprint 1
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user