add model

This commit is contained in:
Simon Larsen 2023-02-03 13:47:34 +00:00
parent e6cc022ce2
commit a013fc34d3
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
5 changed files with 20171 additions and 450 deletions

10306
Alert/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"Model": "file:../Model",
"CommonServer": "file:../CommonServer",
"ts-node": "^10.9.1"
},
@ -25,4 +26,4 @@
"nodemon": "^2.0.20",
"ts-jest": "^28.0.2"
}
}
}

View File

@ -37,7 +37,6 @@ RUN npm install
COPY ./Model /usr/src/Model
# Install CommonServer
RUN mkdir /usr/src/CommonServer
WORKDIR /usr/src/CommonServer

10308
Workflow/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"Model": "file:../Model",
"CommonServer": "file:../CommonServer",
"ts-node": "^10.9.1"
},
@ -25,4 +26,4 @@
"nodemon": "^2.0.20",
"ts-jest": "^28.0.2"
}
}
}