Add episode transcripts, expand chatbot Q&A database to 28 entries, and build scripts

This commit is contained in:
nmemmert
2026-04-13 10:29:06 -04:00
parent 6e8b360398
commit 063f5d2a0e
31 changed files with 2779 additions and 134 deletions
+2 -2
View File
@@ -5,10 +5,10 @@
"type": "module",
"scripts": {
"dev": "vite",
"api": "node server.js",
"api": "node --env-file=.env server.js",
"dev:full": "concurrently \"npm:api\" \"npm:dev\"",
"build": "tsc -b && vite build",
"start": "node server.js",
"start": "node --env-file=.env server.js",
"lint": "eslint .",
"preview": "vite preview"
},