mirror of
https://github.com/directus/directus.git
synced 2026-02-10 17:55:03 -05:00
Remove unneeded start command file in cli
This commit is contained in:
@@ -4,7 +4,7 @@ import program from 'commander';
|
||||
|
||||
const pkg = require('../../package.json');
|
||||
|
||||
import start from './commands/start';
|
||||
import start from '../start';
|
||||
import init from './commands/init';
|
||||
import dbInstall from './commands/database/install';
|
||||
import dbMigrate from './commands/database/migrate';
|
||||
|
||||
Reference in New Issue
Block a user