Files
Lucàs 862834e11f Add prisma ORM
Took 3 hours 2 minutes
2023-03-13 14:36:49 +01:00

5 lines
115 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {reactStrictMode: true};
module.exports = nextConfig;