Skip to content

Commit 82936ea

Browse files
authored
fix profile (#2134)
~~This somehow found it's way in... the build does not work with `with-mtx-sidecar`, the correct profile here is `mtx-sidecar` as also described in the node section.~~ Updating the sidecar package.json to what is currently generated (incl java profile).
1 parent dd25b6c commit 82936ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

guides/multitenancy/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,18 @@ cds add multitenancy
175175
"devDependencies": {
176176
"@cap-js/sqlite": "^2"
177177
},
178+
"engines": {
179+
"node": ">=20"
180+
},
178181
"scripts": {
179182
"start": "cds-serve",
180183
"build": "cds build ../.. --for mtx-sidecar --production && npm ci --prefix gen"
181184
},
182185
"cds": {
183-
"profile": "mtx-sidecar"
186+
"profiles": [
187+
"mtx-sidecar",
188+
"java"
189+
]
184190
}
185191
}
186192
```

0 commit comments

Comments
 (0)