Files
onspring-api-docs/next.config.js
T
2023-04-07 23:18:45 -05:00

9 lines
136 B
JavaScript

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