| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d7c1640 commit d2dfa8c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -61,7 +61,8 @@ const onEndPlugin = { | |||
| 61 | 61 | }; | |
| 62 | 62 | ||
| 63 | 63 | const context = await esbuild.context({ | |
| 64 | - entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`]), | ||
| 64 | + // Include upload-lib.ts as an entry point for use in testing environments. | ||
| 65 | + entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`, "src/upload-lib.ts"]), | ||
| 65 | 66 | bundle: true, | |
| 66 | 67 | format: "cjs", | |
| 67 | 68 | outdir: OUT_DIR, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments