Skip to content

Commit

Permalink
chore: vercel preview demo
Browse files Browse the repository at this point in the history
  • Loading branch information
igarashitm committed Jul 8, 2024
1 parent d9986e8 commit e18ba70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ storybook-static

# OS
.DS_Store
.vercel
12 changes: 12 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"createdAt": 1720413153459,
"framework": "vite",
"devCommand": null,
"installCommand": "dnf install -y java-21-amazon-corretto; yarn install",
"buildCommand": "yarn workspaces foreach --verbose --topological-dev run build",
"outputDirectory": "packages/ui/dist",
"rootDirectory": null,
"directoryListing": false,
"nodeVersion": "20.x"
}

0 comments on commit e18ba70

Please sign in to comment.