chore: debug
This commit is contained in:
parent
70e38cd6e1
commit
d5fc9d01f8
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ export default async function () {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
window = JSON.parse(data)
|
window = JSON.parse(data)
|
||||||
})
|
|
||||||
console.log(window)
|
console.log(window)
|
||||||
|
})
|
||||||
return window
|
return window
|
||||||
|
|
||||||
// fs.readdir('./src/_data/json/', (err, files) => {
|
// fs.readdir('./src/_data/json/', (err, files) => {
|
||||||
|
|
Reference in a new issue