0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/integrations/netlify/src/index.ts

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

4 lines
165 B
TypeScript
Raw Normal View History

2022-04-19 10:23:07 -05:00
export { netlifyFunctions, netlifyFunctions as default } from './integration-functions.js';
2022-04-19 10:23:07 -05:00
export { netlifyEdgeFunctions } from './integration-edge-functions.js';