Skip to content

Commit

Permalink
chore: add vercel integration
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Jun 8, 2020
1 parent e595b8c commit 0b1f249
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"name": "web-sdk",
"builds": [
{ "src": "examples/**/*", "use": "@now/static" },
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "/dist" }
},
{ "src": "/dist/umd/**/*", "use": "@now/static" }
],
"routes": [{ "src": "/dist/umd/(.*)", "dest": "/umd/" }]
}

0 comments on commit 0b1f249

Please sign in to comment.