chore: moving app-router to .deploy folder (#822)

* chore: moving app-router and mta.yaml to .deploy folder?

* reverted mta.yaml in .deploy

* chore: update package-lock.json

* Added guide about Micro Services with CAP

* updated package-lock.json

* Leaving mta.yaml in root

* .

* .

* .

* Remove Micro Services with CAP documentation
This commit is contained in:
Daniel Hutzel
2025-03-28 11:46:19 +01:00
committed by GitHub
parent 81557d5ad7
commit 4232ab1d3a
10 changed files with 20 additions and 2434 deletions

View File

@@ -9,10 +9,10 @@ build-parameters:
- builder: custom
commands:
- npm ci
- npx cds build ./shared-db --for hana --production
- npx cds build ./orders --for nodejs --production --ws-pack
- npx cds build ./reviews --for nodejs --production
- npx cds build ./bookstore --for nodejs --production --ws-pack
- npx cds build shared-db --for hana --production
- npx cds build orders --for nodejs --production --ws-pack
- npx cds build reviews --for nodejs --production
- npx cds build bookstore --for nodejs --production --ws-pack
modules:
- name: orders-srv
type: nodejs
@@ -88,7 +88,7 @@ modules:
- name: samples
type: approuter.nodejs
path: app-router
path: .deploy/app-router
parameters:
keep-existing-routes: true
disk-quota: 256M