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

Commit 9d68654

Browse files
author
Je
committed
fix: fix isSSRable method
1 parent 460f8ad commit 9d68654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ export class Project {
160160
}
161161
}
162162
}
163+
return true
163164
}
164-
return true
165+
return ssr
165166
}
166167

167168
getModule(id: string): Module | null {

0 commit comments

Comments
 (0)