Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khj809 committed May 28, 2023
1 parent 51cae8b commit 2717cde
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"version": 2,
"buildCommand": "yarn build",
"installCommand": "yarn install",
"outputDirectory": "dist",
"builds": [
{
"src": "app.js",
"src": "dist/app.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/app.js"
"dest": "dist/app.js"
}
]
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@ __metadata:
linkType: hard

"aws4@npm:^1.8.0":
version: 1.11.0
resolution: "aws4@npm:1.11.0"
checksum: 5a00d045fd0385926d20ebebcfba5ec79d4482fe706f63c27b324d489a04c68edb0db99ed991e19eda09cb8c97dc2452059a34d97545cebf591d7a2b5a10999f
version: 1.12.0
resolution: "aws4@npm:1.12.0"
checksum: 68f79708ac7c335992730bf638286a3ee0a645cf12575d557860100767c500c08b30e24726b9f03265d74116417f628af78509e1333575e9f8d52a80edfe8cbc
languageName: node
linkType: hard

Expand Down Expand Up @@ -2854,9 +2854,9 @@ __metadata:
linkType: hard

"punycode@npm:^2.1.0, punycode@npm:^2.1.1":
version: 2.1.1
resolution: "punycode@npm:2.1.1"
checksum: 823bf443c6dd14f669984dea25757b37993f67e8d94698996064035edd43bed8a5a17a9f12e439c2b35df1078c6bec05a6c86e336209eb1061e8025c481168e8
version: 2.3.0
resolution: "punycode@npm:2.3.0"
checksum: 39f760e09a2a3bbfe8f5287cf733ecdad69d6af2fe6f97ca95f24b8921858b91e9ea3c9eeec6e08cede96181b3bb33f95c6ffd8c77e63986508aa2e8159fa200
languageName: node
linkType: hard

Expand Down

1 comment on commit 2717cde

@vercel
Copy link

@vercel vercel bot commented on 2717cde May 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.