Attempting to get automation to work
This commit is contained in:
parent
f08a69c84e
commit
a45b3644a8
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/mime": "^3.0.1",
|
||||
"@types/node": "20.3.1",
|
||||
"nodemon": "^2.0.13",
|
||||
"ts-node": "^10.2.1",
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
"@types/qs" "*"
|
||||
"@types/serve-static" "*"
|
||||
|
||||
"@types/mime@*":
|
||||
"@types/mime@*", "@types/mime@^3.0.1":
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
|
||||
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue