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

Commit 82cd1f6

Browse files
author
X
authored
fix: fix getPreloadScripts method
1 parent dd2d1b8 commit 82cd1f6

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
@@ -266,7 +266,7 @@ export class Project {
266266
'-/deno.land/x/aleph/context.js',
267267
'-/deno.land/x/aleph/error.js',
268268
'-/deno.land/x/aleph/events.js',
269-
'-/deno.land/x/aleph/routing.js,',
269+
'-/deno.land/x/aleph/routing.js',
270270
'-/deno.land/x/aleph/util.js'
271271
]
272272
return scripts.map(src => ({ src: `${baseUrl}${src}`, type: 'module', preload: true }))

0 commit comments

Comments
 (0)