mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
add model
This commit is contained in:
parent
e6cc022ce2
commit
a013fc34d3
10306
Alert/package-lock.json
generated
10306
Alert/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -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
10308
Workflow/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user