Skip to content

Commit

Permalink
fix!: skipped api build
Browse files Browse the repository at this point in the history
  • Loading branch information
xgovernor committed Jan 6, 2024
1 parent ae07a02 commit be5664e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
skip_api_build: true
###### End of Repository/Build Configurations ######
env:
NODE_VERSION: "18" # 20.9.0
Expand Down
5 changes: 5 additions & 0 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"platform": {
"apiRuntime": "node:18"
}
}

1 comment on commit be5664e

@vercel
Copy link

@vercel vercel bot commented on be5664e Jan 6, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.