0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/integrations/vercel/test/fixtures/streaming/astro.config.mjs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
167 B
JavaScript
Raw Normal View History

2023-11-07 09:01:04 -05:00
import vercel from '@astrojs/vercel/serverless';
import { defineConfig } from 'astro/config';
2023-11-07 09:01:04 -05:00
export default defineConfig({
output: "server",
adapter: vercel()
});