mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(cli): auto-sort imports (#7116)
This commit is contained in:
parent
87ae0be081
commit
69166fa520
12 changed files with 61 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import path from 'node:path';
|
||||
import { PostgreSqlContainer } from '@testcontainers/postgresql';
|
||||
import { access } from 'node:fs/promises';
|
||||
import path from 'node:path';
|
||||
|
||||
export const directoryExists = (directory: string) =>
|
||||
access(directory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue