plane/apps/space/next.config.js
2023-08-08 12:55:42 +05:30

10 lines
137 B
JavaScript

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