Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 21d21aa

Browse files
author
Je
committed
fix: fix build command missing the nomodule module
1 parent b3a552f commit 21d21aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ export class Project {
292292
lookup('/main.js')
293293
lookup('/404.js')
294294
lookup('/app.js')
295-
lookup('//deno.land/x/aleph/nomodule.ts')
295+
lookup('//deno.land/x/aleph/nomodule.js')
296296
lookup('//deno.land/x/aleph/tsc/tslib.js')
297297

298298
// ensure ouput directory ready

0 commit comments

Comments
 (0)