mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-07 09:34:22 +00:00
Autofix eslint issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CreateInstanceOptions, Instance } from "@/types/instance";
|
||||
import type { CreateInstanceOptions, Instance } from "@/types/instance";
|
||||
|
||||
const API_BASE = "/api/v1";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HealthStatus } from '@/types/instance'
|
||||
import { type HealthStatus } from '@/types/instance'
|
||||
|
||||
type HealthCallback = (health: HealthStatus) => void
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { CreateInstanceOptions, getAllFieldKeys } from '@/schemas/instanceOptions'
|
||||
import type { CreateInstanceOptions} from '@/schemas/instanceOptions';
|
||||
import { getAllFieldKeys } from '@/schemas/instanceOptions'
|
||||
|
||||
// Only define the basic fields we want to show by default
|
||||
export const basicFieldsConfig: Record<string, {
|
||||
|
||||
Reference in New Issue
Block a user