Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 8, 2023
1 parent cb0af76 commit af8b5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Configuration/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { BuildOptions, PluginBuild } from "esbuild";
import { rm as Remove } from "fs/promises";
import { copy as Copy } from "esbuild-plugin-copy";
import { rm as Remove } from "fs/promises";

const Out = "Target";

Expand Down

0 comments on commit af8b5d5

Please sign in to comment.