1
0
Fork 0
This commit is contained in:
lightling 2024-02-09 20:43:24 -05:00
parent eb908dd8f0
commit 121452e1c9
6 changed files with 6 additions and 6 deletions

View file

View file

View file

@ -1,8 +1,8 @@
import { readFile } from 'fs/promises';
import { getArg } from './args.js';
import { getUser } from './getUser.js';
import { error, log } from './log.js';
import { getArg } from './lib/args.js';
import { getUser } from './lib/dl.js';
import { error, log } from './lib/log.js';
const ctx = 'buildDb.js';

View file

@ -1,8 +1,8 @@
import { writeFile } from 'fs/promises';
import { getArg } from './args.js';
import { getChildren } from './io.js';
import { error, log } from './log.js';
import { getArg } from './lib/args.js';
import { getChildren } from './lib/io.js';
import { error, log } from './lib/log.js';
const ctx = 'initDb.js';