Skip to content

Commit b36fa9f

Browse files
committed
SDK mode as keyword
1 parent f9c85c7 commit b36fa9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nestia.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export const NESTIA_CONFIG: INestiaConfig = {
1616
],
1717
beautify: true,
1818
},
19-
primitive: false,
19+
keyword: true,
2020
simulate: true,
21+
primitive: false,
2122
};
2223
export default NESTIA_CONFIG;

0 commit comments

Comments
 (0)