Skip to content

Commit

Permalink
chore: adjust server version api response (no more isPm2 or isNodemon…
Browse files Browse the repository at this point in the history
… flags)
  • Loading branch information
davidzwa committed Dec 26, 2024
1 parent 62726c1 commit c2d984a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Develop

Chores

- Adjust server version api response (no more isPm2 or isNodemon flags)

# Client 0.0.16

## Fixes
Expand Down
2 changes: 0 additions & 2 deletions src/models/server/version.model.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
export interface VersionModel {
version: string
isDockerContainer: boolean
isNodemon: boolean
isNode: boolean
isPm2: boolean
os: string
monsterPi: string | null
update: {
Expand Down

0 comments on commit c2d984a

Please sign in to comment.