commit for the purpose of working on another machine

This commit is contained in:
Will Freeman
2026-07-19 13:37:11 -06:00
parent 4f2676adc0
commit ad01b5a64d
29 changed files with 1905 additions and 10 deletions
+3 -1
View File
@@ -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": {