Skip to content

Commit

Permalink
add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysilver-5 committed Mar 12, 2024
1 parent 8d1b7b7 commit fa54a3e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 22 deletions.
21 changes: 0 additions & 21 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextjs13-connectkit-siwe",
"name": "Myriadflow",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": 2,
"framework": "nextjs",
"builds": [
{
"src": "next.config.js",
"use": "@vercel/next"
}
],
"installCommand": "pnpm install",
"buildCommand": "npm run build",
"devCommand": "npm run dev"
}


0 comments on commit fa54a3e

Please sign in to comment.