0
Fork 0
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:
Bjorn Lu 2022-09-27 20:40:10 +08:00 committed by GitHub
parent 02d912301e
commit 4964501fc6

View file

@ -44,6 +44,7 @@ export default function vercelEdge(): AstroIntegration {
}
vite.ssr = {
target: 'webworker',
noExternal: true,
};
}