We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1f70e5 + c1beb16 commit bd8ae74Copy full SHA for bd8ae74
packages/cli/src/cli.ts
@@ -1,12 +1,11 @@
1
+#!/usr/bin/env node
2
/**
3
* ObjectUI
4
* Copyright (c) 2024-present ObjectStack Inc.
5
*
6
* This source code is licensed under the MIT license found in the
7
* LICENSE file in the root directory of this source tree.
8
*/
-
9
-#!/usr/bin/env node
10
import { Command } from 'commander';
11
import chalk from 'chalk';
12
import { serve } from './commands/serve.js';
0 commit comments