mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-18 00:17:13 +02:00
commit for the purpose of working on another machine
This commit is contained in:
+3
-1
@@ -5,7 +5,8 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development bun server.ts",
|
||||
"start": "bun server.ts"
|
||||
"start": "bun server.ts",
|
||||
"test": "bun test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^10.0.0",
|
||||
@@ -20,6 +21,7 @@
|
||||
"cache-manager": "^7.2.8",
|
||||
"cache-manager-fs-hash": "^3.0.0",
|
||||
"fastify": "^5.7.2",
|
||||
"openai": "^4.0.0",
|
||||
"pino-pretty": "^13.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user