Skip to content

Commit

Permalink
fix(runtime): cors package missing (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Feb 16, 2023
1 parent 7a27533 commit 18375b5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
41 changes: 41 additions & 0 deletions runtimes/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions runtimes/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@lafjs/cloud": "^1.0.0-beta.1",
"alipay-sdk": "^3.2.0",
"axios": "^1.2.1",
"cors": "^2.8.5",
"database-proxy": "^0.8.2",
"dayjs": "^1.11.7",
"dotenv": "^8.2.0",
Expand All @@ -48,6 +49,7 @@
"ws": "^8.11.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.15",
Expand Down

0 comments on commit 18375b5

Please sign in to comment.