Skip to content

Commit 89d7d35

Browse files
Copilothuangyiirene
andcommitted
Fix: Move shebang to first line in bin.ts
The MIT license header was added above the shebang in bin.ts, causing TypeScript compilation errors. Shebangs must be on line 1. Fixes build error: TS18026 - '#!' can only be used at the start of a file. Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 0dbbd1e commit 89d7d35

32 files changed

+25
-335
lines changed

examples/showcase/enterprise-erp/src/types/attachment.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/crm_account.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/crm_contact.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/crm_lead.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/crm_opportunity.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/finance_budget.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/finance_expense.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/finance_invoice.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/finance_payment.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

examples/showcase/enterprise-erp/src/types/hr_department.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* ObjectQL
3-
* Copyright (c) 2026-present ObjectStack Inc.
4-
*
5-
* This source code is licensed under the MIT license found in the
6-
* LICENSE file in the root directory of this source tree.
7-
*/
8-
91
// Auto-generated by ObjectQL. DO NOT EDIT.
102
import { ObjectDoc } from '@objectql/types';
113

0 commit comments

Comments
 (0)