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 f4dc557
Show file tree
Hide file tree
Showing 2 changed files with 9 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
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"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",
}

0 comments on commit f4dc557

Please sign in to comment.