Skip to content

Commit 7c137d0

Browse files
committed
Fix build
1 parent bade7b4 commit 7c137d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
external: (id) => (
2525
!id.startsWith("./")
2626
&& !id.startsWith("../")
27+
&& !id.startsWith("virtual:")
2728
&& /* resolved internal modules */ !isAbsolute(id)
2829
&& !["facilmap-types", "facilmap-utils"].includes(id)
2930
)

0 commit comments

Comments
 (0)