Mission Control with OpenClaw hook - added simple API and updated configs
This commit is contained in:
13
simple-api-package.json
Normal file
13
simple-api-package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "simple-mission-control-api",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple API for Mission Control",
|
||||
"main": "simple-api.js",
|
||||
"scripts": {
|
||||
"start": "node simple-api.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user