{
plugins: [
build({
entry: "./src/server/index.ts",
vercel: { // tried without this, still hangs
function: { shouldAddHelpers: false },
},
}),
],
resolve: { alias: { "@": path.resolve(__dirname, ".") } },
}
{
plugins: [
build({
entry: "./src/server/index.ts",
vercel: { // tried without this, still hangs
function: { shouldAddHelpers: false },
},
}),
],
resolve: { alias: { "@": path.resolve(__dirname, ".") } },
}