Selaa lähdekoodia

Rename entry point

customisations
alemart 7 kuukautta sitten
vanhempi
commit
248c646c95
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      esbuild.mjs

+ 1
- 1
esbuild.mjs Näytä tiedosto

@@ -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…
Peruuta
Tallenna