first running configuration
This commit is contained in:
13
package.json
13
package.json
@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "kevin-ai",
|
||||
"version": "1.0.0",
|
||||
"main": "web/server.js",
|
||||
"scripts": {
|
||||
"start": "node web/server.js"
|
||||
"start": "node /app/web/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"request": "^2.88.2",
|
||||
"ws": "^8.12.0"
|
||||
"express": "^4.18.2",
|
||||
"request": "^2.88.2",
|
||||
"ws": "^8.12.1"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user