mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-06 04:50:16 -04:00
reorganize again oops
This commit is contained in:
parent
595ec285a1
commit
ca4c78f340
|
@ -4,9 +4,9 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"chat": "node chat.js",
|
||||
"call": "node call.js",
|
||||
"test": "node test.js",
|
||||
"chat": "node src/chat.js",
|
||||
"call": "node src/call.js",
|
||||
"test": "node src/test.js",
|
||||
"db": "yarn prisma generate && yarn prisma db push"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user