Skip to content

Commit

Permalink
Remove file extension from import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Oct 2, 2024
1 parent 851a048 commit a61d2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dato/apply-staging.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { DatoClient } from "./utils.js";
import { DatoClient } from "./utils";

async function main() {
const { instances } = await import("../../config/dato/instances.js");
Expand Down

0 comments on commit a61d2b9

Please sign in to comment.