fix linting issues

This commit is contained in:
2023-07-06 05:13:22 +00:00
parent 4fbb64745b
commit f389087a2b
3 changed files with 1197 additions and 1154 deletions

File diff suppressed because it is too large Load Diff

2
src/package.js Normal file
View File

@@ -0,0 +1,2 @@
import { readFileSync } from "fs";
export const api = JSON.parse(readFileSync("package.json"));