Skip to content

Commit

Permalink
Fix Playwright tests in GitHub action
Browse files Browse the repository at this point in the history
Fixes #1878

From robot as test

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/syntaxfm/website/issues/1878?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
stolinski committed Nov 4, 2024
1 parent f351abe commit 586acce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ export default defineConfig(({ mode }) => {
}
},
ssr: {
external: ['@sentry/profiling-node']
external: []
},
esbuild: {
exclude: '@sentry/profiling-node'
exclude: []
},
resolve: {
alias: {
Expand Down

0 comments on commit 586acce

Please sign in to comment.