소스 검색

Rename entry point

customisations
alemart 7 달 전
부모
커밋
248c646c95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      esbuild.mjs

+ 1
- 1
esbuild.mjs 파일 보기

@@ -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…
취소
저장