Astro: @astrojs/vercel@5.1.0 Release

Release date:
October 24, 2023
Previous version:
@astrojs/vercel@5.0.2 (released October 5, 2023)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/vercel@5.1.0

Could not determine top contributors for this release.

Directory Browser for @astrojs/vercel@5.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Minor Changes

  • #8867 b209e5335 Thanks @lilnasy! - You can now configure how long your functions can run before timing out.

    export default defineConfig({
        output: "server",
        adapter: vercel({
    +       maxDuration: 60
        }),
    });
    

Patch Changes