Skip to content

Commit

Permalink
ci(ci): 💚 Updated ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Jan 2, 2024
1 parent 9346a9e commit 95d7bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
PRE_BUILD_COMMAND: npm install -g pnpm
CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:prepare && pnpm -w run dev:build
NODE_VERSION: 18.17.1
POST_BUILD_COMMAND: cp staticwebapp.config.json .output/public/staticwebapp.config.json

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down
5 changes: 4 additions & 1 deletion playground/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"apiRuntime": "node:18"
},
"navigationFallback": {
"rewrite": "/api/server"
"rewrite": "/api/server",
"exclude": [
"/_nuxt/*"
]
}
}

0 comments on commit 95d7bc1

Please sign in to comment.