mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +01:00
9 lines
99 B
JavaScript
9 lines
99 B
JavaScript
module.exports = {
|
|
root: true,
|
|
settings: {
|
|
next: {
|
|
rootDir: ["app/"],
|
|
},
|
|
},
|
|
};
|