We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f8c77 commit 30ffc29Copy full SHA for 30ffc29
packages/sdk/src/code-gen.ts
@@ -23,8 +23,8 @@ export function createProject(options?: CompilerOptions) {
23
export function saveSourceFile(sourceFile: SourceFile) {
24
sourceFile.replaceWithText(
25
`/******************************************************************************
26
-* This file was generated by ZenStack CLI.
27
-******************************************************************************/
+ * This file was generated by ZenStack CLI.
+ ******************************************************************************/
28
29
/* eslint-disable */
30
// @ts-nocheck
0 commit comments