Skip to content

Commit

Permalink
fix(preview middleware): remove hard coded webapp path (#2857)
Browse files Browse the repository at this point in the history
* refactoring

* add changeset

* fix sonar issue

---------

Co-authored-by: Johannes Kolbe <[email protected]>
  • Loading branch information
heimwege and johannes-kolbe authored Feb 6, 2025
1 parent f8e5538 commit b214776
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 194 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-jobs-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/preview-middleware': patch
---

fix: remove hard coded usage of webapp folder
2 changes: 1 addition & 1 deletion packages/preview-middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ return flp.router


## [Migration](#migration)
If you have no custom modifications in the local Fiori Launchpad sandbox files (`webapp/test/flpSandbox.html` or `webapp/test/flpSandboxMockserver.html`), the conversion is finished.
If you have no custom modifications in the local Fiori Launchpad sandbox files (`<webapp>/test/flpSandbox.html` or `<webapp>/test/flpSandboxMockserver.html`), the conversion is finished.

If you have custom modifications in the local Fiori Launchpad sandbox files, you need to migrate them into a custom .js or .ts file (depending on your setup) and integrate this file as a custom `init` script into the configuration options of the middleware.

Expand Down
Loading

0 comments on commit b214776

Please sign in to comment.