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

Commit a745871

Browse files
committed
Bundle vue framework for deno deploy runer
1 parent 73d72da commit a745871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export async function build(serverEntry?: string) {
144144
importUrl === alephPkgUri + "/server/transformer.ts" ||
145145
// since deno deploy doesn't support importMap, we need to bundle the framework and resolve the 'react' import
146146
importUrl.startsWith(alephPkgUri + "/framework/react/") ||
147+
importUrl.startsWith(alephPkgUri + "/framework/vue/") ||
147148
// bundle app modules
148149
importUrl.startsWith(`http://localhost:${modulesProxyPort}/`)
149150
);

0 commit comments

Comments
 (0)