Skip to content

Commit

Permalink
chore: optional ts type of onDemand (#6010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Mar 6, 2023
1 parent bb74887 commit acfd0a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-hotels-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ice/app': patch
---

chore: optional ts type of onDemand
2 changes: 1 addition & 1 deletion packages/ice/src/types/userConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface UserConfig {
ssr?: boolean;
ssg?: boolean;
server?: {
onDemand: boolean;
onDemand?: boolean;
format?: 'esm' | 'cjs';
bundle?: boolean;
ignores?: IgnorePattern[];
Expand Down

0 comments on commit acfd0a0

Please sign in to comment.