Commit 17a9474b authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Fix wrong change

parent 46c27d8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,4 +4,5 @@ export default defineConfig({
  entry: ["src/index.ts"],
  dts: true,
  platform: "node",
  format: ["esm"],
});