Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit d27625f

Browse files
authored
Merge pull request #20 from uniquelyparticular/fix/nowversion
fix: added now version, updated alias
2 parents aee7dc5 + 3edef8e commit d27625f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

now.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2+
"version": 2,
23
"name": "demo-serverless-oauth",
3-
"alias": "particular-demo-serverless-oauth.now.sh",
4+
"alias": "particular-serverless-oauth.now.sh",
45
"env": {
56
"NODE_ENV": "production",
6-
"DEPLOYED_URI": "https://particular-demo-serverless-oauth.now.sh",
7+
"DEPLOYED_URI": "https://particular-serverless-oauth.now.sh",
78
"SHOPIFY_OAUTH_SCOPES": "@demo-shopify-oauth-scopes",
89
"SHOPIFY_API_KEY": "@demo-shopify-api-key",
910
"SHOPIFY_API_SECRET": "@demo-shopify-api-secret",

0 commit comments

Comments
 (0)