Add episode transcripts, expand chatbot Q&A database to 28 entries, and build scripts
This commit is contained in:
+2
-2
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user