Skip to content

Commit

Permalink
add now.json for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
nandub committed Aug 6, 2018
1 parent 36dd815 commit dfd321a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"env": {
"VUE_APP_BACKEND_API_URL": "https://deardiiary-api.now.sh"
},
"type": "npm",
"alias": "deardiiary.now.sh",
"public": true,
"engines": {
"node": "8.11.3"
}
}

0 comments on commit dfd321a

Please sign in to comment.