This commit is contained in:
左康生
2024-11-23 20:54:51 +08:00
parent e3d4b39899
commit 2e4897ec85
3 changed files with 7 additions and 6 deletions

1
.envexample Normal file
View File

@@ -0,0 +1 @@
PORT=3000

View File

@@ -6,7 +6,7 @@
"dependencies": {
"axios": "1.7.7",
"body-parser": "1.20.3",
"eventsource-parser": "3.0.0",
"dotenv": "16.4.5",
"express": "4.21.1",
"uuid": "11.0.3"
},

View File

@@ -453,6 +453,11 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"
dotenv@16.4.5:
version "16.4.5"
resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -753,11 +758,6 @@ etag@~1.8.1:
resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
eventsource-parser@3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.0.tgz#9303e303ef807d279ee210a17ce80f16300d9f57"
integrity sha512-T1C0XCUimhxVQzW4zFipdx0SficT651NnkR0ZSH3yQwh+mFMdLfgjABVi4YtMTtaL4s168593DaoaRLMqryavA==
express@4.21.1:
version "4.21.1"
resolved "https://registry.npmjs.org/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"