Skip to content

Commit 75956df

Browse files
Hristo313Copilot
andauthored
fix: update packages/cli/lib/templates/ReactTemplate.ts
Co-authored-by: Copilot <[email protected]>
1 parent 8f63188 commit 75956df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/lib/templates/ReactTemplate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export class ReactTemplate implements Template {
125125
igniteuiResFile = igniteuiResFile.replace("-lite", "");
126126
}
127127
fs.ftruncateSync(fd, 0);
128+
fs.lseekSync(fd, 0, 0);
128129
fs.writeSync(fd, igniteuiResFile);
129130
}
130131

0 commit comments

Comments
 (0)