chore: misc cleanup

This commit is contained in:
Cory Dransfeldt 2024-05-05 16:28:41 -07:00
parent 794ba63876
commit 1806afc9aa
No known key found for this signature in database
6 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,5 @@
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
const books = require('./json/read.json')