chore: lint

This commit is contained in:
coderiaser 2026-06-29 17:54:20 +03:00
parent 579c9e41d7
commit 046a4ef22e
14 changed files with 16 additions and 12 deletions

View file

@ -1,6 +1,6 @@
import path, {dirname} from 'node:path';
import {fileURLToPath} from 'node:url';
import serveOnce from 'serve-once';
import {serveOnce} from 'serve-once';
import {test, stub} from 'supertape';
import cloudcmd, {
_isDev,

View file

@ -3,7 +3,7 @@ import {join} from 'node:path';
import {promisify} from 'node:util';
import {tryToCatch} from 'try-to-catch';
import test from 'supertape';
import serveOnce from 'serve-once';
import {serveOnce} from 'serve-once';
import {cloudcmd} from '#server/cloudcmd';
import markdown from './index.js';

View file

@ -4,7 +4,7 @@ import {Readable} from 'node:stream';
import fs from 'node:fs';
import {tryToCatch} from 'try-to-catch';
import {test, stub} from 'supertape';
import serveOnce from 'serve-once';
import {serveOnce} from 'serve-once';
import {cloudcmd} from '#server/cloudcmd';
import {_getReadDir} from './route.js';

View file

@ -2,7 +2,7 @@ import {dirname, join} from 'node:path';
import {fileURLToPath} from 'node:url';
import {readFileSync} from 'node:fs';
import {test, stub} from 'supertape';
import serveOnce from 'serve-once';
import {serveOnce} from 'serve-once';
import {putout} from 'putout';
import {userMenu} from './user-menu.js';