mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
a9c888d2e9
commit
9ff04a28e6
2 changed files with 5 additions and 5 deletions
|
@ -8,8 +8,8 @@ import {
|
||||||
} from '../image/shared.js';
|
} from '../image/shared.js';
|
||||||
import { exposeEnv } from '../lib/env.js';
|
import { exposeEnv } from '../lib/env.js';
|
||||||
import { emptyDir, getVercelOutput, writeJson } from '../lib/fs.js';
|
import { emptyDir, getVercelOutput, writeJson } from '../lib/fs.js';
|
||||||
import { getRedirects } from '../lib/redirects.js';
|
|
||||||
import { isHybridOutput } from '../lib/prerender.js';
|
import { isHybridOutput } from '../lib/prerender.js';
|
||||||
|
import { getRedirects } from '../lib/redirects.js';
|
||||||
|
|
||||||
const PACKAGE_NAME = '@astrojs/vercel/static';
|
const PACKAGE_NAME = '@astrojs/vercel/static';
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,8 @@ describe('Serverless hybrid rendering', () => {
|
||||||
root: './fixtures/serverless-prerender/',
|
root: './fixtures/serverless-prerender/',
|
||||||
output: 'hybrid',
|
output: 'hybrid',
|
||||||
experimental: {
|
experimental: {
|
||||||
hybridOutput: true
|
hybridOutput: true,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue