mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 14:45:42 +02:00
fix: removed .ts ext
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
initializeTraefikService,
|
||||
type TraefikOptions,
|
||||
} from "../setup/traefik-setup";
|
||||
import { dockerSafeExec } from "@dokploy/server/utils/docker/utils.ts";
|
||||
import { dockerSafeExec } from "@dokploy/server/utils/docker/utils";
|
||||
|
||||
export interface IUpdateData {
|
||||
latestVersion: string | null;
|
||||
|
||||
Reference in New Issue
Block a user