main
cogentapps 2023-07-04 20:13:39 +00:00
parent 8e36104637
commit b68ed735db
3 changed files with 6000 additions and 157 deletions

View File

@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};

6146
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,10 @@
"description": "An open-source ChatGPT app with a voice",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "npx ts-node --logError src/index.ts"
},
"proxy": "http://localhost:3001",
"author": "cogentdev",
"license": "MIT",
"dependencies": {
@ -60,5 +62,10 @@
"y-protocols": "^1.0.5",
"yaml": "^2.2.1",
"yjs": "^13.5.51"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.6.0",
"ts-jest": "^29.1.1"
}
}