mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Remove unneeded start command file in cli
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
export default async function start() {
|
|
||||||
const startServer = require('../../start').default;
|
|
||||||
await startServer();
|
|
||||||
}
|
|
||||||
@@ -4,7 +4,7 @@ import program from 'commander';
|
|||||||
|
|
||||||
const pkg = require('../../package.json');
|
const pkg = require('../../package.json');
|
||||||
|
|
||||||
import start from './commands/start';
|
import start from '../start';
|
||||||
import init from './commands/init';
|
import init from './commands/init';
|
||||||
import dbInstall from './commands/database/install';
|
import dbInstall from './commands/database/install';
|
||||||
import dbMigrate from './commands/database/migrate';
|
import dbMigrate from './commands/database/migrate';
|
||||||
|
|||||||
Reference in New Issue
Block a user