changelog thingies

This commit is contained in:
tglide
2023-11-16 17:33:18 +00:00
parent 1a0cdc63c1
commit 060a15414d
8 changed files with 32 additions and 22 deletions

View File

@@ -11,7 +11,8 @@ function absolute(path) {
return join(dirname(fileURLToPath(import.meta.url)), path);
}
const isVercel = process.env.VERCEL === '1';
// const isVercel = process.env.VERCEL === '1';
const isVercel = true;
const adapter = isVercel ? staticAdapter() : nodeAdapter();