Skip to content

Commit bd8ae74

Browse files
authored
Merge pull request #103 from objectstack-ai/copilot/add-action-step-refactor
2 parents e1f70e5 + c1beb16 commit bd8ae74

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)