Skip to content

Commit

Permalink
does has matcher support wildcard subdomains??
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti committed Jun 5, 2024
1 parent f93ac5b commit eadd2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "concurrently \"yarn sidecar\" \"node ./src/hotReloadWatcher.mjs\" \"next dev\"",
"dev:developer-docs": "DEVELOPER_DOCS=1 yarn dev",
"build:developer-docs": "DEVELOPER_DOCS=1 yarn build",
"build": "prisma generate && DEVELOPER_DOCS=1 next build",
"build": "prisma generate && next build",
"start": "next start",
"migrate:dev": "dotenv -e .env.development -- yarn prisma migrate reset",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"has": [
{
"type": "host",
"value": "docs.sentry.io"
"value": "*.sentry.io"
}
]
},
Expand Down

0 comments on commit eadd2d5

Please sign in to comment.