fix: update import statements to include file extensions for consistency

This commit is contained in:
Mauricio Siu
2026-03-03 15:34:56 -06:00
parent ea8e99d76d
commit 628f16e8cb
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import {
updateCompose,
updatePreviewDeployment,
} from "@dokploy/server";
import type { DeployJob } from "./schema";
import type { DeployJob } from "./schema.js";
export const deploy = async (job: DeployJob) => {
try {