Disable function splitting

This commit is contained in:
Nikita Karamov 2023-08-28 00:03:57 +02:00
parent ccc2f2376e
commit 3c3d779d3d
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,6 @@ if (process.env.VERCEL) {
configMixin = {
output: "server",
adapter: vercel(),
build: {
split: true,
},
};
} else if (process.env.CF_PAGES) {
console.info("Using Cloudflare adapter...");
@ -28,9 +25,6 @@ if (process.env.VERCEL) {
configMixin = {
output: "server",
adapter: netlify(),
build: {
split: true,
},
};
} else if (process.argv.includes("--s2f-use-deno")) {
console.info("Using Deno adapter...");