Browse Source

Rename entry point

customisations
alemart 7 months ago
parent
commit
248c646c95
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      esbuild.mjs

+ 1
- 1
esbuild.mjs View File

@@ -14,7 +14,7 @@ const options = {
14 14
     stdin: {
15 15
         contents: 'import AR from "./main.ts";\nmodule.exports = AR;',
16 16
         resolveDir: 'src',
17
-        sourcefile: '__main.ts',
17
+        sourcefile: 'index.ts',
18 18
     },
19 19
     bundle: true,
20 20
     minify: minify,

Loading…
Cancel
Save