mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
refactor(*):Address PR comments
This commit is contained in:
+1
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "LivingDexTracker",
|
||||
"name": "livingdextracker",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -29,7 +29,6 @@
|
||||
"supabase:reset": "supabase db reset",
|
||||
"supabase:studio": "supabase studio",
|
||||
"migrate:convert-tsv": "node scripts/convert-tsv-to-sql.js",
|
||||
"migrate:from-mongo": "echo 'MongoDB to Supabase migration complete! Use new supabase endpoints.'",
|
||||
"dev:local": "./scripts/dev-local.sh && npm run dev",
|
||||
"dev:supabase": "supabase start && npm run dev"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user