Skip to content

Commit

Permalink
Add another migration step (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
wborn authored Dec 19, 2024
1 parent 7476db0 commit 8d8851f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/user-guide/deploying/release-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ As you can see in the commit the manual migration steps are:
3. Add the new "model" and "rest" UI component module code
4. Update the TypeScript code so classes are loaded from the new modules:
1. Add `import rest from "rest";` to your imports if necessary
2. Replace `manager.rest.api` with `rest.api` where applicable
2. Replace `import ... from '@openremote/model';` with `import ... from 'model';` if necessary
3. Replace `manager.rest.api` with `rest.api` where applicable

If you have additional questions regarding this migration, we encourage you to reach out to our [forum](https://forum.openremote.io/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ As you can see in the commit the manual migration steps are:
3. Add the new "model" and "rest" UI component module code
4. Update the TypeScript code so classes are loaded from the new modules:
1. Add `import rest from "rest";` to your imports if necessary
2. Replace `manager.rest.api` with `rest.api` where applicable
2. Replace `import ... from '@openremote/model';` with `import ... from 'model';` if necessary
3. Replace `manager.rest.api` with `rest.api` where applicable

If you have additional questions regarding this migration, we encourage you to reach out to our [forum](https://forum.openremote.io/).

Expand Down

0 comments on commit 8d8851f

Please sign in to comment.