We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d363ff3 commit a12dbdaCopy full SHA for a12dbda
scripts/delAll.ts
@@ -1,5 +1,5 @@
1
-import { getJSONDb } from "../utils/getJSONDb";
2
-import { setJSONDb } from "../utils/setJSONDb";
+import { getJSONDb } from "../utils/getJSONDb.js";
+import { setJSONDb } from "../utils/setJSONDb.js";
3
4
export async function delAll() {
5
try {
0 commit comments