mirror of
https://github.com/immich-app/immich.git
synced 2025-12-14 01:10:38 +03:00
chore(cli): auto-sort imports (#7116)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env node
|
||||
import { Command, Option } from 'commander';
|
||||
import path from 'node:path';
|
||||
import os from 'node:os';
|
||||
import path from 'node:path';
|
||||
import { version } from '../package.json';
|
||||
import { LoginCommand } from './commands/login.command';
|
||||
import { LogoutCommand } from './commands/logout.command';
|
||||
|
||||
Reference in New Issue
Block a user