Skip to content

Commit

Permalink
Fallback configuration changes. Publish for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fung Yan Cheng committed Nov 29, 2022
1 parent 67a5a1f commit 1d4c612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"author": "adafycheng",
"license": "MIT",
"private": true,
"main": "app.js",
"dependencies": {
"js-yaml": "^4.1.0",
"jsdom": "^19.0.0"
Expand Down
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"version": 2,
"name": "music-album",
"builds": [
{ "src": "app.js", "use": "@vercel/node" }
],
"routes": [
{ "src": "/(.*)", "dest": "/app.js" }
]
Expand Down

1 comment on commit 1d4c612

@vercel
Copy link

@vercel vercel bot commented on 1d4c612 Nov 29, 2022

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.