Skip to content

Commit

Permalink
test: start applications with Vercel serve instead of http-server
Browse files Browse the repository at this point in the history
The `http-server` package is no longer maintained and does not support custom headers.
  • Loading branch information
Marcarrian authored and danielwiehl committed Nov 1, 2024
1 parent b365027 commit f1e6909
Show file tree
Hide file tree
Showing 4 changed files with 658 additions and 239 deletions.
13 changes: 13 additions & 0 deletions apps/components-testing-app/vercel-test-server.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "**",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
]
}
Loading

0 comments on commit f1e6909

Please sign in to comment.