Skip to content

Commit

Permalink
Merge branch 'main' into 86c23up1f-interface-with-chap
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-onions committed Feb 27, 2025
2 parents 4fd9859 + 4f0f0bb commit 42a1345
Show file tree
Hide file tree
Showing 8 changed files with 495 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ CLICKHOUSE_USER=
CLICKHOUSE_PASSWORD=dev_password_only

# CHAP
CHAP_API_URL=http://localhost
CHAP_API_URL=http://localhost
# Chap Configuration
CHAP_URL=http://localhost:8000
197 changes: 189 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Processes climate-related data as an example of unstructured data handling",
"repository": "[email protected]:jembi/climate-mediator.git",
"author": "Jembi Health Systems NPC",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {
"dev": "nodemon --config restart.json",
"dev": "npx nodemon -r dotenv/config --config restart.json",
"start": "ts-node -r dotenv/config src/index.ts",
"format": "prettier --check --write '{src,tests}/**/*.ts'",
"lint": "eslint . --ext .ts,.js --fix",
Expand Down Expand Up @@ -46,7 +46,9 @@
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"form-data": "^4.0.2",
"file-type": "^20.2.0",
"http-proxy-middleware": "^2.0.6",
"load-esm": "^1.0.1",
"minio": "^8.0.2",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
Expand Down
Loading

0 comments on commit 42a1345

Please sign in to comment.