Skip to content

Commit c1beb16

Browse files
Copilothuangyiirene
andcommitted
Fix shebang position in cli.ts - move to line 1
Co-authored-by: huangyiirene <[email protected]>
1 parent bdc61a5 commit c1beb16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
#!/usr/bin/env node
12
/**
23
* ObjectUI
34
* Copyright (c) 2024-present ObjectStack Inc.
45
*
56
* This source code is licensed under the MIT license found in the
67
* LICENSE file in the root directory of this source tree.
78
*/
8-
9-
#!/usr/bin/env node
109
import { Command } from 'commander';
1110
import chalk from 'chalk';
1211
import { serve } from './commands/serve.js';

0 commit comments

Comments
 (0)