Skip to content

Commit

Permalink
feat(package) relay script att
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago-Mota-Santos committed Oct 17, 2023
1 parent 74add14 commit 675b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"relay": "relay-compiler",
"relay": "node scripts/generateArtifactDirectory.ts",
"copy-env": "cp .env.example .env"
},
"dependencies": {
Expand Down

1 comment on commit 675b563

@vercel
Copy link

@vercel vercel bot commented on 675b563 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-relay – ./apps/server

api-relay-thiago-mota-santos.vercel.app
api-relay-git-main-thiago-mota-santos.vercel.app
api-relay.vercel.app

Please sign in to comment.