database seed now integrates with supabase, python scripts replaced with node
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"seed": "cd db && node seed.js && cd util && python3 main.py"
|
||||
"seed": "cd db && node seed.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "v16.13.1"
|
||||
|
||||
Reference in New Issue
Block a user