Skip to content

Commit

Permalink
Merge pull request #185 from terwer/v4.x
Browse files Browse the repository at this point in the history
feat:test vercel ssr
  • Loading branch information
terwer authored Aug 23, 2022
2 parents 1b52773 + a1d963f commit 385590a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ application-rds.properties_bak

# mac
.DS_Store
.vercel
5 changes: 5 additions & 0 deletions jvue-front/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ dist
# Service worker
sw.*
yarn.lock
.yarnclean
.nuxtrc
node_modules
node_modules_dev/
node_modules_prod/
9 changes: 9 additions & 0 deletions jvue-front/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"builds": [
{
"src": "nuxt.config.js",
"use": "@nuxtjs/vercel-builder",
"config": {}
}
]
}

1 comment on commit 385590a

@vercel
Copy link

@vercel vercel bot commented on 385590a Aug 23, 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.