chore: debug

This commit is contained in:
Cory Dransfeldt 2024-04-03 20:19:44 -07:00
parent e1e5fa9c78
commit 0310bd98d8
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ export default async function () {
// console.log(window)
// return window
fs.readdir('./json/', (err, files) => {
fs.readdir('./src/_data/json/', (err, files) => {
files.forEach(file => {
console.log(file);
});