mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
appDir: true,
|
|
},
|
|
}
|
|
|
|
module.exports = nextConfig
|