Skip to content
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/sdk/src/code-gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export function createProject(options?: CompilerOptions) {
export function saveSourceFile(sourceFile: SourceFile) {
sourceFile.replaceWithText(
`/******************************************************************************
* This file was generated by ZenStack CLI.
******************************************************************************/
* This file was generated by ZenStack CLI.
******************************************************************************/

/* eslint-disable */
// @ts-nocheck
Expand Down
Loading