mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Try another
This commit is contained in:
parent
fd7a53d4d9
commit
e792d253d9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ export default function handler(req, res) {
|
||||||
dirname: __dirname,
|
dirname: __dirname,
|
||||||
cwd: process.cwd(),
|
cwd: process.cwd(),
|
||||||
files: dirTree(process.cwd()),
|
files: dirTree(process.cwd()),
|
||||||
rootFiles: dirTree('/'),
|
rootFiles: dirTree(__dirname),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue