Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 4, 2025
1 parent 44ec4d3 commit 9abc45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Variable/ESBuild.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { BuildOptions } from "esbuild";
import type { BuildOptions, Plugin } from "esbuild";

/**
* @module ESBuild
Expand Down Expand Up @@ -33,7 +33,7 @@ export default {
}
});
},
},
} as Plugin,
(await import("esbuild-plugin-copy")).copy({
resolveFrom: "out",
assets: [
Expand Down

0 comments on commit 9abc45c

Please sign in to comment.