Skip to content

Commit

Permalink
Cubejs library split app and cli (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Jan 17, 2024
1 parent e532f52 commit 957c00d
Show file tree
Hide file tree
Showing 19 changed files with 10,680 additions and 1,344 deletions.
1,484 changes: 143 additions & 1,341 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/scaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.1'
services:
cubejs:
build:
context: ../services/libs/cubejs
context: ../services/libs/cubejs/src/app
restart: always
ports:
- '4000:4000'
Expand Down
1 change: 0 additions & 1 deletion services/libs/cubejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@crowd/common": "file:../common",
"@crowd/logging": "file:../logging",
"@cubejs-backend/server-core": "^0.32.27",
"@cubejs-client/core": "~0.34.9",
"jsonwebtoken": "~9.0.2",
"moment": "~2.29.4"
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 957c00d

Please sign in to comment.