zed/styles/theme-tool/next.config.js
2023-02-09 00:09:44 -05:00

9 lines
134 B
JavaScript

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