We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82232d9 commit 11edb14Copy full SHA for 11edb14
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