Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 24 Oct 16:29
· 4871 commits to main since this release
a86b41c

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