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 3e6b728 commit 76c5f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/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,
],
define: {
"process.env.VERSION_PACKAGE": `'${
Expand Down

0 comments on commit 76c5f64

Please sign in to comment.