Skip to content

Commit

Permalink
ci: update vercel output
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Dec 4, 2023
1 parent 8b9e784 commit c4ba842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
vercel-org-id: ${{ secrets.ORG_ID}} #Required
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
working-directory: ./packages/client/dist
working-directory: .
vercel-args: "--prod" #Optional
scope: ${{secrets.TEAM_SLUG}}
4 changes: 3 additions & 1 deletion packages/client/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ const config = {
preprocess: vitePreprocess(),

kit: {
adapter: vercelAdapter()
adapter: vercelAdapter({
runtime: "nodejs18.x"
})
}
};

Expand Down

0 comments on commit c4ba842

Please # to comment.