forked from github/plane
9 lines
99 B
JavaScript
9 lines
99 B
JavaScript
module.exports = {
|
|
root: true,
|
|
settings: {
|
|
next: {
|
|
rootDir: ["app/"],
|
|
},
|
|
},
|
|
};
|