Skip to content

Commit 8e642f1

Browse files
committed
refactor: worker.js -> worker.ts
1 parent 5f7d786 commit 8e642f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

process_static.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ async function processStatic() {
2121

2222
await processScripts({
2323
rootDir,
24-
entryPoints: ["js/index.js", "js/worker.js"],
24+
entryPoints: ["js/index.js", "js/worker.ts"],
2525
outDir,
2626
production: true,
2727
});
2828
await processScripts({
2929
rootDir,
30-
entryPoints: ["js/index.js", "js/worker.js"],
30+
entryPoints: ["js/index.js", "js/worker.ts"],
3131
outDir: outDirDebug,
3232
production: false,
3333
});
File renamed without changes.

0 commit comments

Comments
 (0)