The serverless API for our final software engineering project.

1234567
  1. /** @type {import('next').NextConfig} */
  2. const nextConfig = {
  3. reactStrictMode: true,
  4. swcMinify: true,
  5. }
  6. module.exports = nextConfig