Skip to content

Commit

Permalink
refactor: Mangage source in src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed May 16, 2024
1 parent 77ae4b2 commit 003f885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import * as esbuild from "esbuild";

await esbuild.build({
entryPoints: ["main.js"],
entryPoints: ["src/frontend/main.js"],
bundle: true,
minify: true,
sourcemap: true,
Expand Down
File renamed without changes.

0 comments on commit 003f885

Please sign in to comment.