mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Set SSR target webworker for Vercel edge (#4884)
This commit is contained in:
parent
02d912301e
commit
4964501fc6
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export default function vercelEdge(): AstroIntegration {
|
|||
}
|
||||
|
||||
vite.ssr = {
|
||||
target: 'webworker',
|
||||
noExternal: true,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue